Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+16 votes

In what situations would you ever want to prompt and find a maximum in code instead of a minimum like we use in the lab

asked in CSC211_Winter2018 by (1 point)

1 Answer

+14 votes

One simple example would be if you wanted to report the highest score instead of the lowest score.

answered by (1 point)
...