Q5. Write an algorithm and draw flowchart to input 2 numbers. Find and display the
smaller between them.
(6)
Answers
Answered by
0
Answer:
algorithm and draw flowchart to
Answered by
1
Answer:step 1 : start
Step 2 : read the values of a and b
Step 3 : Check Whether a<b
step 4: if step 3 is true display a
step 5: else display b
step 6 : stop
Explanation:
Similar questions