Return To CS 110 Home

Colour Theme   Font Size Options
 
   
   
   
Exercise 1

Function Practice Exercise: Rectangle Areas

Use ex1_area.cpp in the replit team project or copy the following code into your IDE:


The purpose of this program is to practice user defined functions. You will complete a reference parameter function, a value returning function, and a value parameter function.

When you are done: