Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Exercise 01.

Write an algorithm for accepting two numbers, divide the first number by the sec ond, and display their quotient. Step 1: Start the algorithm. Step 2: Accept the first number. Step 3: Accept the second number. Step 4: Divide the first number from second number. Step 5: Display the Quotient. Step 6: End the algorithm.

You might also like