Skip to content

Instantly share code, notes, and snippets.

View TrevorBasinger's full-sized avatar

Trevor Basinger TrevorBasinger

View GitHub Profile
/****************************************************************************************************************
* Project5.cpp
* Thad H. Crawford
* CS225
* Project 5
*
* Are we "Rich" Yet?
*
* Program asks user to input various information and the information is used to determine if the user is "rich" based
* on predetermined criteria.
1:
try {
// Code here
try {
// More code
} catch (SpecificException se) { }
} catch ( OtherException ) { }