in c++
...
for(auto& el:hourlyTemp){
std::cout<<el<<", ";
}
This is called Range-based loop or for each loop
Answer:
Huh English please......