Purchase Solution

MiniCalc application

Not what you're looking for?

Ask Custom Question

The MiniCalc application was designed to perform basic math calculations: +, -, *, /. However, in its present form, this application needs some improvements.

2. Test the program with 99999 + 99999. This should raise a 'System.OverflowException' exception.

3. Modify the code to catch and handle the exception so that the user can continue. KEEP the declarations of FirstNum and SecondNum as short.
5. Try the test (99 * 999). You should get a 'System.OverflowException' exception. Fix the problem to handle the exception.

4.create a user-friendly interface to guide the user after the exceptions are handled.

The interface is bothering me alot in Visual Basic. I had great ideas and now the programming is really getting me confused. I just need the slight modifications above to the attached MiniCalc program. Thanks

Attachments
Purchase this Solution

Solution Summary

MiniCalc application is examined.

Solution provided by:
Education
  • BSc (Hons), University of Colombo - Sri Lanka
  • MEngSc, University of Melbourne
  • Certificate IV in Training & Assessment , Australian Business Council
Recent Feedback
  • "Thank you!"
  • "Thank you."
  • "Thanks a lot for you help and support"
  • "Sorry about the late payment but the assignment was sufficient and appreciated. Good work"
  • "Great description! Thank you for your quick response."
Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Javscript Basics

Quiz on basics of javascript programming language.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Networking Questions

This quiz consists of some basic networking questions.