Advertisements
Advertisements
Question
Write a pseudocode that reads two numbers and divides one by another and displays the quotient.
Short/Brief Note
Advertisements
Solution
Input first number
Input second number
Calculate quotient = first number // second number
Print quotientshaalaa.com
Is there an error in this question or solution?
