This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**************************************************************************************************************** | |
* 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1: | |
try { | |
// Code here | |
try { | |
// More code | |
} catch (SpecificException se) { } | |
} catch ( OtherException ) { } |
NewerOlder