In this homework you are going to extend our particle simulator to add a horizontal middle wall that is exactly halfway down the y-axis, its length is one third the width of the window and is centered. Every particle needs to bounce off of the wall. Your simulator should also ask the user how many particles they want to simulate.
HW7 in your student folder.
Particle class named
bounceInnerWall that bounces one particle off of the inner wall.
This method will then be called from your Program class.
You can run my version of the program by double clicking on
run.bat in the folder
T:/Harcourt/Fall2008/CS140/HW7/