Assignment 7 (Arrays)
Codingbat practice
- arrayCount9
 - arrayFront9
 - array667
 
Coding Exercises
Project
It's time to start planning and prototyping your coding project!
Your project can be any interactive animation or video game using the Processing libraries.
Your goals for the week:
- 
Start your project! Make a folder, and get some code running, even if it's just a title screen and a bouncing ball.
 - 
Make sure you understand how to use the Processing libraries in your program. In particular, you will need to understand how to write classes that call the Processing functions via a PApplet reference.
 - 
Play around with some ideas.
 
Reading
- 
Eck Section 7.1 (Arrays) http://math.hws.edu/javanotes/c7/s1.html
 - 
Wikibooks Java - Arrays https://en.wikibooks.org/wiki/Java_Programming/Arrays