InterviewSolution
Saved Bookmarks
| 1. |
Write a flowchart and an algorithm to find smaller of 2 number by user |
|
Answer» Algorithm of print the smallest of two number is given belowStep 1: Start . Step 2:Read the two number a1,1b1 by the user. Step 3 :Test the CONDITION if a1< B1 GO to step 4 otherwise go to step 5. Step 4: Assign t= a1 and print the value of a1.Oct 14, 2019brainly.in › ... › Secondary Schoolalgorithm flowchart to print |
|