Colour Theme Font Size Options
 
 
 
CS110 Lab 8

User Defined Functions

In this lab, we expect you to get familar with user defined functions.
You should learn these concepts:
  • Using void (non-value-returning) functions
  • Using value-Returning functions
  • Using functions with value parameters (passed by value)