Read lines with floats from the input until you get a single period . that signals you to stop.
Find the minimum of these numbers and print it out.
Read lines with floats from the input until you get a single period . that signals you to stop.
Find the minimum of these numbers and print it out.
Sample Input 1:
11.1
2.05
4.0
.Sample Output 1:
2.05Create a free account to access the full topic