The mathematical sciences particularly exhibit order, symmetry, and limitation; and these are the greatest forms of the beautiful. ~Aristotle
PROG. II
February March April May June  
February  2010
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6
Introduction to Java and JCreator

Our 1st Jcreator project

needed file here

Our 2nd Jcreator example; use filename "Sample"

Directions here

dice simulation: modifying pre-existing code

adapting the dice file to include a counting feature

 
7 8 9 10 11 12 13
 

start of day

Modifying program so that the totals accumulate and are displayed. Commenting out lines temporarily..

end of day

Modifying the program so that the user gets to supply the number of rolls, and obtain the result as a percentage of the total.

end of class

Snow day

In class assignment

Extension assignment to be worked on by students and teacher. Read the comments!!

If the above is blocked, get the code here.

 
14 15 16 17 18 19 20
 
WINTER RECESS
 
21 22 23 24 25 26 27
 

In-class task here

Today we will merge our dice-rolling program with our pop-up window program.

Snow day

simple means of inputting user data

the details of data types

handout

 

PROJECT #1

 
28