Question: C++ Write a complete program that will allow the user to enter 4 numbers. The program will then use these numbers to calculate: answer=a(b+c) d
C++
Write a complete program that will allow the user to enter 4 numbers. The program will then use these numbers to calculate: answer=a(b+c) d3. Assume the first number entered is a, the second is b, and so on. To test your program, execute the program using:
run 1: a=5, b=6, c=3, d=2 run 2: a=7.3, b=4.1, c=8.2, d=4.34
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
