new VehicleFuel[MAX_VEHICLES];// Under ongamemodeinitfor(new i; i < MAX_VEHICLES; i++) VehicleFuel[i] = 100; // Sets VehicleFuel to 100.