Download presentation
Presentation is loading. Please wait.
Published byRuby Wood Modified over 5 years ago
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.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.