Question: 10. It is good programming style to always use a for loop when the number of times to repeat the action is known. The following

10. It is good programming style to always use a for loop when the number of times to repeat the action is known. The following code uses a while loop that mimics what a for loop should do. Re-write it using a for loop that accomplishes exactly the same thing. myprod = 1; i= 1; while i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
