MCC - CIS162AD
CS3 Sales Calculator - 10 points
   cs.gif

The purpose of this assignment is give students an opportunity to review the declaration and uses of variables in calculations. To accomplish this students must download and expand the archive that includes the form interface and skeleton methods. Students must then enter the additional source code presented below. Pay attention to declaration and use of the class-level and local variables, as well as the data types of each of the variables.

The program uses a Try-Catch block even though the reading on this topic has not been assigned to this point. Just enter the code as presented, and then review the Try-Catch section as listed on the Course Schedule.

Students may create their own interface from scratch if they desire.


Interface Archive: Download and expand CS3 Interface Archive.

Interface Sample:

cs3_interface.jpg


Source Code: (presented as a series of images)

cs3_source1.jpg
cs3_source2.jpg
cs3_source3.jpg
cs3_source4.jpg
cs3_source5.jpg

Submit CS3Form.cs and CS3Form.Designer.cs


Revised: 08/11/2008 - www.mc.maricopa.edu/~marquez/cis162ad/cs3_sales_calculator.html