Computer Science, asked by shakshielectrical123, 6 months ago

Write pseudo code that reads two numbers and divide one by another and display the quotient

Answers

Answered by akshrajain30aug2007
1

Explanation:

.Explanation:

step-1)start

step-2)input a,b

step-3)div=a/b

step-4)output

Similar questions