Assessment for the Calculator is based:

A
That the project goes beyond the written requirements by trying new coding techniques
The student can explain how they implemented their programs

B

The project fulfills written requirements (posted on the web)

Student has a reasonable understanding of the code

 

A Simple Calculator

This assignment is to complete the simple calculator.

Your calculator will use:

  1. a few Static Text to identify editfields
  2. editfields where appropriate
  3. one comboBox that will contain +, - , *, / and for sqrt
  4. one pushbutton that will initiate the calculation.