Java Program
Introduction to Programming Assignment Details For this assignment, you are required to develop a Java Console Program to demonstrate you can use Java constructs including input/output via a command line, Java primitive and built-in data types, Java defined objects, selection and looping statements, methods, and various other Java commands. Your program must produce the correct results. You are only allowed to use techniques which have been covered in the first six weeks of the course, you must use the Scanner object for input and no advanced data structures like arrays will be used. Instructions for this appear in the implementation section of this specification. What to submit for this assignment The Java source code: o NemoReefTours.java A report including a flow chart (UML activity diagram) to depict your validation loop for reading the number of passengers, how long it took to create, any problems...