I need help with my homework. Out professor doesn't explain anything and i'm struggeling.
TMy homework is:
Write, test and debug a program which asks the user to enter three floating point numbers
and then reports the largest and the smallest of these values. Here is the example program dialog:
Enter the first number: 43.5
Enter the second number: 110.2
Enter the third number 35
The smallest of the values is: 35
The largest of the values is: 110.2
When your program is working correctly, run it four times, using these value sets for the input:
20.5, 14.3, and 90.9
12.5, 25.75, and 30.8
55.7, 30.4, and 34.5
110.2, 43.5 and 35