CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

Input - ask

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.

For example:

price=ask("Please enter the price:");