Question: please Help c program v. Now for question 2: vi. Write a C program that asks the user for three (3) numbers and calculates the



v. Now for question 2: vi. Write a C program that asks the user for three (3) numbers and calculates the average. Make sure that your program displays the answer on the screen (like it was done in program 1). PART II: DISCOVERY ACTIVITIES i. Using your text book, or an Internet search (do not ask friends or TA) or simply by experimenting with Quincy, explain in a few sentences the difference between these two statements: if (x > 0) and while (x > 0). Homework: On paper (no computer needed), do the following programming project (write the code by hand as you would on a test or an exam). 5. Let be a positive integer consisting of up to 8 digits, ded,,....d, Write a program to list in one column each of the digits in the number. The right- most digit, d, should be listed at the top of the column. Hint: Ifnis 3,704, what is the value of the cligit when computed by using digit = n. 10; Test your program for values of n equal to 6: 3,704; and 170,498
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
