CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

Returning value in a function 

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?