largest number (see below about initializing these) smallest number (see below about initializing these) – a counter for how many integers have been entered (this would be initialized to 0, since before the loop no integers have been entered yet) number of even integers (how many have been entered before the loop is started?) number of odd integers (how many have been entered before the loop is started?) sum of all the values entered needed for the average (what is the sum before any value is entered?) – a variable to hold the input. Prompt the user to "Enter a series of values (0 to quit) :"
largest number (see below about initializing these)
smallest number (see below about initializing these)
– a counter for how many integers have been entered (this would be initialized to 0, since before
the loop no integers have been entered yet)
number of even integers (how many have been entered before the loop is started?)
number of odd integers (how many have been entered before the loop is started?)
sum of all the values entered needed for the average (what is the sum before any value is
entered?)
– a variable to hold the input. Prompt the user to "Enter a series of values (0 to quit) :"
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"
