Question: Write a C program that takes in an integer in the range 1 0 - 9 9 ( inclusive ) as input. The outputs are
Write a C program that takes in an integer in the range inclusive as input. The outputs are a countdown starting
from the integer, and stopping when both output digits are odd and average from all countdown numbers.
Ex: If the input is:
the output is:
average
Ex: If the input is:
the output is:
the output is:
averaqe
or any number not between and inclusive the output is:
Input must be
For coding simplicity, follow each output number by a space, even the last one. Add a new line character after the statement
showing the average value.
Use a while loop. Compare the digits; do not write a large ifelse for all possible odddigit numbers dots, as that
approach would be cumbersome for larger ranges.
LAB
: Homework P: Countdown until digits are odd and find the average
ACTIVITY
#include
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
