I have a pretty decent grasp on value returning functions but having a little trouble with the voids. Just need a little push in the right direction. Heres the program:
A dept store wants a program that displays the # of reward points a customer earns each month (based on the customers membership type and total monthly purchase amount)
The only other spec the program has is "The program should use a separate void function for each membership type".
What I am trying to do is have the user input their balance and then call the void functions to display the rewards points for the 3 tiers (standard, Plus, and Premium)
We are also learning how to pass by reference so I'm not sure if I should be using this for this particular program
Thanks for your timely help Tarik, but wife and kids aren't going to seem to let me work in quiet..... I did what you suggested I'll try to work it out tomorrow and if need be come back. Thanks again