|
I am a programmer who has designed a baseball encyclopedia. I know from experience that it would be very very easy to solve this problem.
What do all relievers have in common? They all have low IP/G totals. So, it is easy to identify them.
All that would need to be done is code similar to this--
If IP/G < 2 and END >= whatever you want to use as the minimum for a starter then END = whatever you want to use as the minimum for a starter - 1
|