Saved Bookmarks
| 1. |
Hello guys....can you please answer this.....write an algorithm to input three numbers and print the smallest number..... please answer its urgent.....please ...the first answer will be marked brainliest.. |
|
Answer» Answer: TAKE THREE numbers as input and compare them with each other until you find the smallest number among them. Algorithm: step 1: PRINT 3 integers as a, b, c step 2: scan (a,b,c) step 3: if (x else if (y else smallest:=z; |
|