Question: Individual assignment: Functions Individual lab assignments must be completed during the class period, demonstrated to the instructor and submitted. Let the instructor know when you
Individual assignment: Functions Individual lab assignments must be completed during the class period, demonstrated to the instructor and submitted. Let the instructor know when you are ready to demonstrate your final program. Write a C++ program according to the following specifications: 1. Write a main function and a function named Coins which operates as follows: 2.Chang 3.Change has four outputs -the number of quarters, dimes, nickels, and cents to be retu e has one input - an amount of change to be returned between 0 and 99 cents the number of quarters, dimes, nickels, and cents to be returned. Hint sounds like passing by reference is the technique to use. 4.Prompt the user in the main function to enter an integer from O to 99 corresponding to an amount of change to be returned. No error checking is necessary for this assignment prt sc alt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
