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). 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 constru
You are required to write a County.java class to represent a county. Every County has a name (name), an area […]