Trying to build a program that will similate nfl playoffsThis is what I have in mind: iostream<all necesary> Double AFC1[i], AFC2[i],..., AFC6[i]; // same ...
Trying to build a program that will similate nfl playoffsI plan on using arrays to store each teams stats. Not sure how many stats i will use yet, but that i...