Complete any one of the following projects
- (Hardest) If not done last week, upgrade
the previous version GPA calculator to handle variable credit
+ and - grades. Provide error checking.
- Complete the quadratic
equation calculator. Handle imaginary numbers as per example slides. Also
use try catch to handle input
data format exceptions.
- Complete the hand calculator
project from week 2. You should now be able to add functionality to
the operator keys.
- Build an application that
allows the user to enter a file name.
Open the file and display file contents (numbers) in a listbox. Also
sum the contents and display this sum.
- Complete either the base 10
to base b or base b to base 10 converter, but
handle bases up to 16.