Question: Write code in C++ Write a C++ program named PrintOneExpression that will read in an expression and print out its formatted one with correct result.
Write code in C++

Write a C++ program named "PrintOneExpression" that will read in an expression and print out its formatted one with correct result. Objective: - make sure that you can have the C++ environment setup and can write programs with basic C++ input and output Requirements: - keep the expression simple with 2 operands and one operator (+,, and /) - assume that the user will enter a correct expression. There is no need to handle errors in this exercise - all values in the expressions are integers - the output of the expression must be formatted with 5 spaces between each value and operator and must have the correct result of the expression
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
