I wish to build a program in which four (4) sporting teams are each competing in thirteen (13) events. Let's call those teams: T1, T2, T3 and T4. And we can call the events, E1, E2, E3 to E13.
What is the shortest way to write codes to add the score of each team for all thirteen events?


Reply With Quote
:MoMad: 