Once again, again suppose sample.dat contains a list of amounts spent by patrons during lunch at a retaurant. Let's see if we can tell the owner what his smallest (or minimum) sale amount was.
In other words, let's find the minimum number in the file sample.dat.
Now you try. Try to complete the code and find the minimum number in the file sample.dat.
Type your code here:
See your results here:
The code won't run as is, and as in the last lesson, we've left two challenges for you: 1) What should min be set to initially and 2) What should the if statement be?
Think carefully about what min should start out as...
Share your code
Show a friend, family member, or teacher what you've done!