|
|
This is programming work done during the class. It does count for the grade (see syllabus).
- write a program that calculates and outputs the average of integers 1, 7, 9 and 34
- write a program that converts 2, 5, and 10 inches to millimeters (1 inch - 25.4mm) and it prints the output.
- write a program that calculates and outputs the square of each integer from 1 to 9
- download the source program DialogBoxDemo.java. Compile it and run it
- rewrite the previous exercises so that they use the Dialog Box program.
|
|
|