COIT 20245 Assessment item 2 JAVA Program using array of objects
Assessment details COIT 20245 Assessment item 2—JAVA Program using array of objects Objectives This assessment item relates to the unit learning outcomes as stated in the Unit Profile. Details For this assignment, you are required to develop a Menu Driven Console Java Program to demonstrate you can use Java constructs including input/output via the console, Java primitive and built-in types, Java defined objects, arrays, selection and looping statements and various other Java commands. Your program must produce the correct results. The code for the menu and option selection is supplied: YeppoonCaravanParkMenu.java and is available on the unit website, you must write the underlying code to implement the program. The menu selections are linked to appropriate methods in the given code. Please spend a bit of time looking at the given code to familiarise yourself with it and where you have to complete the code. You will need to write comments in the supplied code as well as you...