Principles of Computer Programming (using Java) Chapter 5 Arrays Haidong Xue Summer 2011, at GSU
Content Quiz3 Review Arrays
Quiz 3 1:50pm - 2:00pm
Review Instances & instance variables in memory Boolean expressions if while do-while for
Example: GuessNumberGame GuessNumberGame.java UI.java
Arrays Declare array variable Create array instance Example: AverageNumber.java
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.