Question: Description Please read the question carefully, use variable names provided and match output format exactly. You are required to write a County.java class to represent

Description
Please read the question carefully, use variable names provided and match
output format exactly.
You are required to write a County.java class to represent a County. Every County has a
name (name), an area (area) and a number of All-Ireland football wins (footballWins)(as
shown in the table below). Your class must use the variable names given and appropriate
data types to store these values. You are required to write a default and a general
constructor, along with getter and setter methods and a tostring0 method for the class.
You are required to write a SortCountyjava file, which will use data to declare an array of 5
County objects within the main method. The data for your 5 County objects will be given
using user input.
Below is the given data for 5 Counties.
Description Please read the question carefully,

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 Programming Questions!