Array of classes?

I have something like this

class DailyForecast
{
var temperature;
var humidity;
}

and want an array of these, can that be done? If so how? Ta