My program currently takes three inputs from the user ( Wage, Hours, Tips ), then it calculates the gross income. Im brushing up on my c++ and Im not sure what functions I need to look for, but I know what I want to do.
1. I would like to take multiple wage/tip/hour inputs and calculate one big gross income from previous gross income inputs.
Q: Would multiple arrays let me do that?