Computer Science, asked by piutalole2319, 6 months ago

Flowchart to find multiplication and division of five numbers

Answers

Answered by rlohithpranav
1

Answer:

Step 1: Input the two numbers, a and b.

Step 2: Output a + b.

Step 3: Output a - b.

Step 4: Output a * b.

Step 5: If b = 0 output “undefined”.

Step 6: Else output a / b.

The only marginally interesting thing happens at step 6 where you have to make sure you don’t divide by 0.

Explanation:

Similar questions