Question: You want to write a for loop that displays I love to program 50 times. Assume that you will use a control variable named count.
You want to write a for loop that displays “I love to program” 50 times. Assume that you will use a control variable named count.
a) What initialization expression will you use?
b) What test expression will you use?
c) What update expression will you use?
d) Write the loop.
Step by Step Solution
3.47 Rating (173 Votes )
There are 3 Steps involved in it
PROGRAM CODE The ... View full answer
Get step-by-step solutions from verified subject matter experts
