Programming Assignment 6

Date Due: November 29, 2000

 

 

Assignment - #9.5 on page 437

 

Design and implement an applet that serves as a pizza ordering system.  Display prices.  Capture information about quantity, size and toppings.  Display the cost of the order as information is gathered.

 

 

Requirements

 

You must at least do the following things for this program to receive full credit:

 

-The assignment must be an applet, not an application, with your class name being your lastname.  For example, the first line of a program I did would be

                public class kappers extends Applet

 

- You have a lot of freedom with this assignment.   You may design it any way you choose.  The only requirements are that I can select some toppings (maybe use checkboxes), select a size (maybe from a pulldown list), select a quantity of pizzas (maybe from an edit box), and be able to hit some button that will update my pizza cost at any time.  Be creative and use as many components from chapters 7 and 9 as you can.

 

-Comment your code – name and SSN are a must!!

 

Be sure to follow all instructions above to receive full credit!

 

 

Deliverables

 

Turn in a hard copy (print out) of your program to me in class the night the program is due.  You must also send your program to me electronically, to my email address (kathleen@cs.ucf.edu).  The subject line of your program should be Assignment #6 – emails without this subject will be returned.  This is so I can distinguish them from questions you may have.  You will be emailing me your .java file and .html file, so that I can compile and run them it my own.  Do NOT just send me an html file or a url link – I need to be able to compile your code.

 

Be sure to name your class, your .java file, and your .html file all the same name as your lastname!!