Answered step by step
Verified Expert Solution
Question
1 Approved Answer
c++ 010100101101 10101010 30010001001010100106 1010 0101010 111001010 Consider the following integers: 340110110 int a = 4, b = -2, C = 11, d = -4,
c++
010100101101 10101010 30010001001010100106 1010 0101010 111001010 Consider the following integers: 340110110 int a = 4, b = -2, C = 11, d = -4, e = 5, f = 9, 8 = 7; Create a float variable named 'average' that will calculate the average (with 2 decimal places) of all the above integer variables. Output your answer to the console. (Hint: you will need to use a cast) 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