to display the smallest number among the three number in Java program
Answers
Answered by
0
Answer:
Start.
Take three numbers in a, b, c.
Check if a is less than b.
If above condition is true, go to step 5, else go to step 7.
Check if c is less than a.
If above condition is true, c is the smallest, else a is the smallest. ...
Explanation:
please Mark me as brainlist please
Similar questions