CISC 3110 Lecture 8 Notes: Exception Handling
Professor Weiss is discussing exception handling. We were working on writing a function, called min, which returns the smaller of two numbers. We discussed three ways of doing this, considering the case of two equal numbers. We can have the function return the smaller value, and have a boolean reference parameter. Alternatively, the function could [...]