Question: Create an algorithm for the following problem Problem 2: Display the result of the addition, subtraction, multiplication, and division of two numbers. Use the variables
Problem 2: Display the result of the addition, subtraction, multiplication, and division of two numbers. Use the variables declared in the instruction number 1 and complete the algorithm. Algorithm 2: START 1. Declare numerical variables num1, num2, total 2. WRITE "Enter the first number: 3. READ num1 4. WRITE "Enter the second number:". 5. READ num2 6. ... END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
