Question: Write a program that evaluates an expression: Enter an expression: 1+2.5*3 Value of expression: 10.5 The operands in the expression are floating-point numbers; the operators
Write a program that evaluates an expression: Enter an expression: 1+2.5*3 Value of expression: 10.5 The operands in the expression are floating-point numbers; the operators are +, -, *, and /. The expression is evaluated from left to right (no operator takes precedence over any other operator).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
