0
/ 1.0
Complete a program to simulate an echo. It should display "Hello! \n"
five times, but using only a single cout
statement with a for loop....
Complete a program to simulate an echo. It should display "Hello! \n"
five times,
but using only a single cout
statement with a for loop.
Complete the code within the brackets ({ }
) below.
Your feedback will appear here when you check your answer.