Weather Observation Station 2
Last updated
Last updated
Query the following two values from the STATION table:
The sum of all values in LAT_N rounded to a scale of 2 decimal places.
The sum of all values in LONG_W rounded to a scale of 2 decimal places.
Input Format
The STATION table is described as follows:
where LAT_N is the northern latitude and LONG_W is the western longitude.
we will calculate two summations, sum of latitude and sum of longtitude,the result should be rounded to 2 decimal places.