Learning algorithmics with Ada
Zwifi
17.5K views
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;
1
package EVElyn_DLIA is
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.