Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need some help getting this to work in Java. - In the main method of your driver create an ArrayList (Java) or List (C#)

image text in transcribed

I need some help getting this to work in Java.

- In the main method of your driver create an ArrayList (Java) or List (C\#) of Customer. Call the method menu passing it the arraylist/list. - In your driver class write a method called menu. It should take in an ArrayList (Java) or List (C\#) of Customers. - Print out the menu and read in the users choice (see below for exact text of menu). - If the user chooses 1 , prompt them for a name and date of birth. Insert into the ArrayList/List a new object of type NewTest with that data in it. - If the user chooses 2, prompt them for a name. Insert into the ArrayList/List a new object of type Renew with the data in it. If the user chooses 3 , prompt them for a name and the state they moved from. Insert into the ArrayList/List a new object of type Move with the data in it. - If the user chooses 4 , prompt them for a name and the nature of the violation they committed. Insert into the ArrayList/List a new object of type Suspended with the data in it. If the user chooses 5 , use a loop to print out the customers info for all customers in the queue. Note each type of customer has a getCustomerInfo method you can call, and it'll return the correct info. - The menu should keep prompting the user until they select 6. Example Runs: [User input in red] 1. Take test for new license 2. Renew existing license 3. Move from out of state 4. Answer citation/suspended license 5. See current queue 6. Quit 1 What is your name? Conor What is your date of birth? 09/09/03 1. Take test for new license 2. Renew existing license

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Implementing Ai And Machine Learning For Business Optimization

Authors: Robert K Wiley

1st Edition

B0CPQJW72N, 979-8870675855

More Books

Students also viewed these Databases questions

Question

Describe the senses of taste and smell.

Answered: 1 week ago

Question

1.who the father of Ayurveda? 2. Who the father of taxonomy?

Answered: 1 week ago

Question

Commen Name with scientific name Tiger - Wolf- Lion- Cat- Dog-

Answered: 1 week ago

Question

2. Develop a persuasive topic and thesis

Answered: 1 week ago

Question

1. Define the goals of persuasive speaking

Answered: 1 week ago