Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that stores the floating point value 16.7 in the variable num1 and the floating value 18.7 in the variable number 2 have
Write a program that stores the floating point value 16.7 in the variable num1 and the floating value 18.7 in the variable number 2 have your program calculate the the total of these numbersand their average. store the totalin variable name total and the average in variable name average.(use the statement average =total/2.0; to calculate the average)
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