Question: please help 2. Write a program that asks the user to input 10 integers, and then prints the largest odd number that was entered. If

please help
2. Write a program that asks the user to input 10 integers, and then prints the largest odd number that was entered. If no odd number was entered, it should print a message to that effect. This is a more general version of Question 1. For example of the integers were: 10, 9, 7, 12, 2, 5, 15, 100, 90, 60, then the program would print 15 as the largest odd number. Hint: use a while or for loop to ask the user for a number in each iteration
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
