Question: RAPTOR PROGRAMMING PLEASE HELP Objective: Programming with conditions To evaluate a simple expression, you need to have two numbers and an operator. Assume that the
RAPTOR PROGRAMMING PLEASE HELP
Objective: Programming with conditions To evaluate a simple expression, you need to have two numbers and an operator. Assume that the normal operators of addition, subtraction, multiplication, and division should be recognized. So, If operator is + then number1 + number2 will be evaluated and displayed. If operator is - then number1 - number2 will be evaluated and displayed. If operator is * then number1 * number2 will be evaluated and displayed. If operator is / then number1 / number2 will be evaluated and displayed. Any other operators then Display Unknown operator! message. Note: For division operations, divisor should not be zero.
Pull up RAPTOR programming and create a SINGLE flowchart that asks the user to enter two numbers (num1 and num2) and an operator (op) and displays the result of expression after evaluation. Your flowchart should check for division by zero
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
