Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Climate And Environmental Database Systems

Authors: Michael Lautenschlager ,Manfred Reinke

1st Edition

1461368332, 978-1461368335

More Books

Students also viewed these Databases questions