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:
Create a project called "WorldTemps".
Create a java class called "WorldTemps" makes WorldTemps.java file
Create a second java class called "reading" readingjava without checking the "public static void main String args checkbox
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,
Africa,Algeria,,Algiers,
North America,USDistrict of Columbia,Washington,
North America,USDistrict of Columbia,Washington,
North America,USDistrict of Columbia,Washington,
In the reading.java file reading class add public "get" and "set" functions for each of the data variables.
SUBMIT: readings.java only
Points:
Breakdown:
Properly formatted class file pts
All data variables with correct data types pts
All properly formatted "get" and "set" functions with correct parameter and return types pts
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
