Intro to Java
Description
In this project you are going to rework a program someone elsewrote using a new way of storing and organizing data. You will takea program that used arrays and implement it using ArrayListobjects. In general, ArrayList objects are easier to use thanarrays. For example, both perfect size and oversize arrays fitnicely into ArrayList objects. Commercial software engineers workwith other people’s code all the time, so it is a good experiencein general to have—especially if you’re thinking of a computerscience major.
I recommend changing over one method at a time, then testing andmaking sure that it’s still working. You may
OR
OR