Question: Im having problems with the loop statement starting at line 12, please help me with what I am doing wrong! Write a function PrintShampoolnstructions0, with
Write a function PrintShampoolnstructions0, with int parameter numCycles, and void return type. If numCycles is less than 1, print Too few.. If more than 4, print Too many.. Else, print N: Lather and rinse."numCycles times, where N is the cycle number followed by "Done.. End with a newline. Example output for numCycles 2 : Lathe and rinse 2: Lather and rinse Done. Hint: Declare and use a loop variable 4 void PrintShampooInstructions int numCycles) 5 f (numCycles 4) l lests passed cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
