Computer Science, asked by jfwentzel, 5 days ago

Write a program that will ask a user for how many numbers they would like to check. Then, using a for loop, prompt the user for a number, and output if that number is even or odd. Continue doing this as many times as the user indicated. Once the loop ends, output how many even numbers were entered and how many odd numbers were entered.

Answers

Answered by vyas03624
0

Answer:

1234567891011121314151617181920

Similar questions