Return To CS 110 Home

Colour Theme   Font Size Options
 
   
   
   
Exercise 2

Function Practice Exercise: Employee Pay

The goal of this exercise is to practice writing C++ functions by writing program that calculates the pay for an employee. This program will prompt for and read a pay rate and number of hours worked from the user. It will then echo the input information and output the calculated pay.

What to Do

When you are done: