I am writing a program to keep track of baseball stats. I need some advice on the use of structures. i have players who can are batters then players that are pitchers with different stats. would it be better to use two structures or one. Keep in mind some players that are pitchers that will have some at bats. I was just wonder which would be more efficient for me to use. Thank you for any advice you can give me.