Question: c++ Exercise 3 Formulas 5 Points Write a program that reads three decimal numbers from the user named a, b, and c. Calculate the following

c++
Exercise 3 Formulas 5 Points Write a program that reads three decimal numbers from the user named a, b, and c. Calculate the following formulas, store each result in a separate variable named result# where # is a counter. Print out the equation for each including the result limited to two decimal points: a) a *b-c b) ab* C d) (a+b)/c Example: a) 0.95 2.0 0.31.6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
