Question: (C++ please. if not, any programming language so I can get the jist of it.Thank you) Using functions write a program called FourQs.cpp that uses

(C++ please. if not, any programming language so I can get the jist of it.Thank you)

Using functions write a program called FourQs.cpp that uses if/else statements, to present the user with four (one of each operation) namely addition, subtraction, multiplication, division problems. After each question, output correct or incorrect based on their answer, or words to that effect. Prompt the user for numbers and for the signs (+,-,*,/). You decide if you want to write one single function for all the operations together or separate one for each. Example. Here's what the output screen should look like:

Solve these four arithmetic problems: 1 + 2 = 3

Good work your answer is correct! 100-99 = 1

Good work your answer is correct! 12 * 2 = 20

Nice job, but a better answer is 24. 20 / 4 = 5

Good work your answer is correct!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!