Q. Write pseudocode that reads two numbers and divide one by another and display the quotient.


Answer:-


Input first number
Input second number
Calculate quotient = first number // second number
Print quotient

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post