Computer Science 252
Problem Solving with Java
Spring 2014, The College of Saint Rose
Lecture 22: Arrays
Date: Thursday, April 17, 2014
Agenda
- Announcements
- Lecture 21 assignment recap
- More arrays
- In-class group exercise: we will work together to write a
program that reads in a series of daily sales reports for a
business, starting with a Sunday. The program will keep track of
and display in graphical form, the maximum sales amount and overall
average for each day of the week. The graphs should be updated
after each day's sales are entered. We will assume a valid range of
sales of 0-300 units per day.
Lecture 22 Assignment
Due at the start of class, Tuesday, April 22.
Please submit answers to these questions
in Submission
Box under "LA22" or in hard copy by the
start of our next class. We will discuss these questions at the
start of class, so no late submissions are accepted. Please be sure
that your name is clearly indicated in all submissions.
- BDM Exercise 14.2.1, p. 358. (5 points)
- BDM Exercise 14.3.1, p. 363. (2 points)
- BDM Exercise 14.3.3, p. 364. (3 points)
- BDM Exercise 14.5.2, p. 373. (6 points)
Examples