CyberSlug Rules!
Beginner Programming CMPS060
Prof. Paulo Franca
Syllabus
Login
Objects
Download
Staff only
You may have the computer "ask" for a value during program execution:
ask (<question>);
Where <question> is the sentence that will be displayed to the user.
price=ask("Please enter the price:");