![]() |
Members | Description | ||
Main |
Main entry point, serves to catch all unanticipated exceptions
|
|||
writeExceptionMessage |
Write exception message to console
|
|||
run |
Called from Main, contains top most logic of program and handling all anticipated exceptions
|
|||
readDouble |
Read and validate a double from user
|
|||
readInt |
Read and validate an integer from user
|
|||
calculateFee |
Compute consulting fee
|
|||
writeFee |
Write consulting fee to console
|