Question: 7. a. Write a C program that stores the integer value 15 in the variable numl and the inte ger value 18 in the variable

 7. a. Write a C program that stores the integer value

7. a. Write a C program that stores the integer value 15 in the variable numl and the inte ger value 18 in the variable num2. (Make sure to declare these two variables as integers.) Have your program calculate the total of these numbers and their average. The total should be stored in the variable named total and the average in the vi able named average. (Use the statement average total/2.0; to calculate the average.) Use the printf) function to display the total and average. b. What data type did you have to declare for the average to ensure that the correct answer was calculated and displayed

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!