Get premium membership and access questions with answers, video lessons as well as revision papers.

How can you write down a pseudocode that takes two numbers and display the division results of two numbers whereby the first number is the...

      

Write down a pseudocode that takes two numbers and display the division results of two numbers whereby the first number is the divisor/ denominator.

  

Answers


Maurice
START
INPUT First number
INPUT Second number
IF First number is not equal to zero THEN
Answer=Second number/ First number
ELSE
PRINT" Error! Answer is undefined"
END IF
PRINT Answer
STOP
maurice.mutuku answered the question on April 21, 2018 at 12:10


Next: What are the characteristics of a good flowchart?
Previous: What is the difference between the FOR loop and WHILE loop?

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions