Presentation is loading. Please wait.

Presentation is loading. Please wait.

Principles of Computer Programming (using Java) Chapter 5 Arrays

Similar presentations


Presentation on theme: "Principles of Computer Programming (using Java) Chapter 5 Arrays"— Presentation transcript:

1 Principles of Computer Programming (using Java) Chapter 5 Arrays
Haidong Xue Summer 2011, at GSU

2 Content Quiz3 Review Arrays

3 Quiz 3 1:50pm - 2:00pm

4 Review Instances & instance variables in memory Boolean expressions if
while do-while for

5 Example: GuessNumberGame
GuessNumberGame.java UI.java

6 Arrays Declare array variable Create array instance Example:
AverageNumber.java

7 Assignment 5 Start from DatabaseLogic.java and DatabaseUI.java, complete a small database system. You need to implement these features: Search and return all the records with the given name. Search and return all the records whose hit points are larger than or equal to the given hit points. Search and return all the records whose damage are smaller than or equal to the given damage.


Download ppt "Principles of Computer Programming (using Java) Chapter 5 Arrays"

Similar presentations


Ads by Google