| Home | Course Objectives | Content Outline | Evaluation Criteria |
| Assignment 1 | Assignment 2 | Assignment 3 | Assignment 4 |
CIS135
Assignment 1
Assignment 1 covers Java language programming basics of
downloading, installing, and configuring a professional Java development
environment. The student will learn
how to set up the programming environment, and develop interactive classes,
objects, and methods.
B)
Using the JavaScript examples, from
CIS236, write a java program using java swing to accept a customer order,
and calculate the total order, including tax and shipping.
Display the detailed results back to the user on the screen. (50%)
Hint: See Murach Chapter 2
for helpful source downloads.