User Defined Object Programming Assignment: Bank AccountClass
(Code using JavaScript w/ Intellij idea)
For this Assignment, students can only use standard arrayprocessing. You cannot use the built in Java Collection classessuch as; Array class, ArrayList class, Map class, HashMap class,Set class. You must use a standard array declaration of your userdefined object Account created in part one of this assignment
Part II
(Game: ATM machine)
Create a user defined object named ATM. Integrate the Accountclass created in part 1 of this assignment with the ATM Class. Usethe Account class created in the first part of the ProgrammingExercise to assist to simulate an ATM machine. Create
OR
OR