Lyrik514
New member
- Joined
- Apr 21, 2020
- Messages
- 1
- Programming Experience
- Beginner
I'm trying to write a calculator app on a windows form based on some employee info. I will attach the app files so you can take a look if you want. I can't figure out how to get a total amount of pay broken down by the categories on the form based off of each employee that is entered into the app. I figured using some type of accumulator to store the total gross pay and increment it by the next value entered in would work but I don't know the syntax for that.