CyberSlug Rules!
Beginner Programming CMPS060
Prof. Paulo Franca
Syllabus
Login
Objects
Download
Staff only
Functions may produce a result that can be directly used in an expression.
Ex:
total=ask("Please enter the price")*1.0775;
How do we do that?