Question: Hello. I would like some help with if possible. I'm using NetBeans. CIST 2372 Programming Project 2: Country List Manager Console Create a Java Application

Hello. I would like some help with if possible. I'm using NetBeans.

Hello. I would like some help with if possible. I'm using NetBeans.CIST 2372 Programming Project 2: Country List Manager Console Create a Java

CIST 2372 Programming Project 2: Country List Manager Console Create a Java Application with ANT named Your_Initials_Programming_Project3 Create a comment on line 1 with Your Name, Date and Project Name Create comments for all lines of code specified. All variables names should begin with your initials with the exception of Console variables. Country List Manager COMMAND MENU 1 - List countries 2 - Add a country 3 - Delete a country 4 - Exit Enter menu number: 1 Canada United States Mexico Enter menu number: 2 Enter country: Thailand This country has been saved. Enter menu number: 1 Canada United States Mexico Thailand Enter menu number: 3 Goodbye Specifications Create a class named YourInitials_CountryIO that contains these methods: public ArrayList getCountries () public boolean saveCountries (ArrayList Your Initials_Countries) Store the list of countries in a text file named countries.txt in the same directory as the YourInitials_CountriesTextFile class. If the countries.txt file doesn't exist, the YourInitials Countries/O class should create it. This class should use buffered I/O streams, and it should close all I/O streams when they're no longer needed. Create a Your_Initials_NoSuchCountryException class that can store a message. If the deleteCountry() method can't find the country it should throw a CountryNotFoundException with a message that says "This country is not in the list." Modify the code for the application so it catches the CountryNotFoundException Use the YourInitials_Console class presented in chapter 7 or an enhanced version of it to get and validate the user's entries

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!