unit review - earning a paycheck\ncalculate the pay for the following day of a weekly time card given a wage…

unit review - earning a paycheck\ncalculate the pay for the following day of a weekly time card given a wage of $12/hour.\ntime card\n|morning|afternoon|\n|----|----|----|\n|in|out|in|out|\n|07:45|12:15|12:45|16:45|\npay = $?
Answer
Explanation:
Step1: Calculate morning hours
12:15 - 07:45 = 4.5 hours
Step2: Calculate afternoon hours
16:45 - 12:45 = 4 hours
Step3: Total hours worked
4.5 + 4 = 8.5 hours
Step4: Compute daily pay
8.5 * 12 = 102
Answer:
102