Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started