CyberSlug Rules!
Beginner Programming CMPS060
Prof. Paulo Franca
Syllabus
Login
Objects
Download
Staff only
The yesno function allows you to obtain a "yes or no" answer from the user.
how do you use it?
<variable> = yesno(<question>); while ( yesno( <question> ) ) <statement>