Question: Read all instructions and use this as a project checklist before submission: * * * * * * * * * * * * *

Read all instructions and use this as a project checklist before submission:
*********************************************************************************
__1. Create a project called "WorldTemps".
__2. Create a java class called "WorldTemps" (makes WorldTemps.java file)
__3. Create a second java class called "reading" (reading.java) without checking the "public static void main (String[] args)" checkbox
__4. In the reading.java file, create private data variables for each of the fields (columns) that will (in the future) be read in from a data file structures as below:
Region,Country,State,City,Month,Day,Year,AvgTemperature
Africa,Algeria,,Algiers,1,1,1995,64.2
Africa,Algeria,,Algiers,1,2,1995,49.4
North America,US,District of Columbia,Washington,12,29,2003,43.4
North America,US,District of Columbia,Washington,12,30,2003,51.0
North America,US,District of Columbia,Washington,12,31,2003,39.5
.
.
.
__5. In the reading.java file (reading class), add public "get" and "set" functions for each of the data variables.
__6. SUBMIT: readings.java (only)
Points: 10
Breakdown:
Properly formatted class file 2 pts
All data variables with correct data types 4 pts
All properly formatted "get" and "set" functions with correct parameter and return types 4 pts

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!