It is a program calcuating employee yearly raises.
The different percentage rates are different for the three different job positions which are sales(8%), management(5%), and labor(10%). If you have been there for more then 15 years you get an additonal 2%.
I have got the program working for the three different positions but I do not know how to add the additional 2% for the 15 years or more
The teacher has not taught us to use if else then statements or selectcase ( next chapter ).I am assuming she wants us to use the global variables to keep track of everything but I am lost. And I am not finding anything on the net or in my book dealing with this situation
Thanks
http://www.dswann.com/vb.jpg
The different percentage rates are different for the three different job positions which are sales(8%), management(5%), and labor(10%). If you have been there for more then 15 years you get an additonal 2%.
I have got the program working for the three different positions but I do not know how to add the additional 2% for the 15 years or more
The teacher has not taught us to use if else then statements or selectcase ( next chapter ).I am assuming she wants us to use the global variables to keep track of everything but I am lost. And I am not finding anything on the net or in my book dealing with this situation
Thanks
http://www.dswann.com/vb.jpg