Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Mission 2 : Statistics
Warmest temperature
Out of the 50 first EVE-lyn DL.IA observations, what is the warmest temperature observed ? Write a function Warmest_Temperature that answers this question.
Least intense storm
Out of the 50 first EVE-lyn DL.IA observations, what is the weakest wind observed while the rain was falling ? Write a function Weakest_Storm that answers this question.
Average apparent temperature
Out of the 50 first EVE-lyn DL.IA ovbservations, what is the average apparent temperature ? Write a function Average_Apparent_Temperature that answers this question.
Statistics
1
2
3
4
5
6
procedure Mission_Statistics is
begin
null;
end Mission_Statistics;
Enter to Rename, Shift+Enter to Preview
1
package EVElyn_DLIA is
Enter to Rename, Shift+Enter to Preview
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content