Question: Lab 7A - Summing Numbers Ask the user for the amount of numbers they would like to input, Construct a counted loop that will run


Lab 7A - Summing Numbers Ask the user for the amount of numbers they would like to input, Construct a counted loop that will run the number of times the user specihed, Inside the loop input numbers from the keyboard and sum all of the odd and even numbers. Use two DWORD variables to hold the odd and even sums. Create a DWORD variable called divisor and store 2 in it. This will be used to divide the number input. Do not use IF and ELSE constructs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
