QUIZ #5 Review
- Classes and objects
- Lab assignment #11
QUIZ #4 Review
- Nested for loop
- Define and call or invoke the method
QUIZ #3 Review
- while loop
- for loop
- for each loop
QUIZ #2 Review
- Data types
- Java arithmetic operator (espcially %) and expressions
- Arithmetic order precedence
- Integer division
- Create Turtle object - Basic Turtle drawing
QUIZ #1 Review
Review the following topics:
- Binary and hex numbers
- Process of creating, editing , compiling and running a Java program
- Java program structure ( write a complete Java program structure)
- Using System.out.println or print to display an output
- Escape sequences \n, \\ , \"
- Naming variables
- Review homework assignment #1 and lab #1.