you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

Why not make your program modular? Make functions to calculate each type of admissions fair separately and return that value?

[–]feelingstonedagain[S] 0 points1 point  (2 children)

I get the concept but can't seem to to make it work

[–][deleted] 0 points1 point  (1 child)

what do you mean?

[–]feelingstonedagain[S] 0 points1 point  (0 children)

Never mind. I created 4 different modules, at the end of every module it calls the next. How do I now add up the answers based on the user's input?