Question: HW 1-Mathematical Expression Write a program that gets numbers a, b, c, d and r prints the result of the following m expression. 4 9(a

HW 1-Mathematical Expression Write a program that gets numbers a, b, c, d and r prints the result of the following m expression. 4 9(a + bc) + a + bd Example: For a 2, b 3, c 4, d-5 and r 6 the result will be: -124.61 Your C++ code for this HW Copy and paste your code here 0 Run the code and insert the result for the following values and insert the in the following box. a 1, b-2, c-3, d-4 and r-5 The result of the query Copy and paste the result here (e.g. the screen shot of the result you get by running the code)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
