CSC 402
Winter 2015
Craig Miller
Home
Basic Information
Grades and Policies
Schedule
Weekly Notes
Week 1
Week 2
Week 3
Week 4
Week 5
Week 6
Week 7
Week 8
Week 9
Week 10
Assignments
Assignment 1
Assignment 2
Assignment 3
Assignment 4
Midterm
Assignment 5
Assignment 6
Assignment 7
Java Concepts
variable type and declaration (pp. 11 - 14)
code blocks (use curly braces)
loops, with break and continue (pp. 15-16)
Arrays --- fixed length, must declare type
Strings and common methods
Static methods (pp. 22 - 24)