static void RunTraffic() { Traffic traffic = new Traffic(); traffic.EnterCounts(); traffic.ShowData(); traffic.ShowTotal(); traffic.Busiest(); }