C language for solution . Write a program that evaluates the expression typed by the user. The expression in form number
Posted: Sat Nov 27, 2021 2:35 pm
C language for solution . Write a program that evaluates the expression typed by the user. The expression in form number1 operator number2. Then displays the result to two decimal places of accuracy: the program should consider the following operators: +, -, *, and /. al بوم Notes: 1- Add your source code. 2- Draw the flow chart. 3- Write Cover page details as a comments. • Modify the above program so it prints a message when an unknown operator is typed. Modify the above program so it accounts for division by O.