how to wrote algorithm to print first n even numbers
Answers
Answered by
0
Answer:
Step 1:Read the number of terms by the user suppose in the "n" variable as the integer type also declared the "k" variable as the integer type .
Step 2: begin the for loop.
Similar questions