I'm building a payroll program for school that prompts the user for several inputs, one of them being the hours worked for five days, inputted with spaces. Do I have to create an array for this, or can I use (cin,AndsumHrs). These hours will me added together and multiplied with an hourly wage.