So I'm trying to write a program that computes the salary, and the user has to input the hours and the rate at which the person gets paid, and "write the definition of the function printCheck that prints (displays) the hours worked, rate per hour, and the salary and write the definition of the function main that tests each of these functions." Also if the hours worked are more than 40 then the rate is 1.5 the rate. I have to use void functions (we haven't studied strings or anything like that) this is what I have so far but I can't figure out what to do next could you please help me?