Given that Marcy worked 42 hours (Hours = 42) last week and earns $10.00 an hour (Rate = 10), how much did Marcy earn last week, before taxes (TotalPay)?
```If (Rate >=10) AND (Hours <=40) Then
TotalPay = Hours * Rate
Else
TotalPay = (40 * Rate) + (Hours – 40) * Rate * 1.5
End If```
a. $ 500
b. $ 420
c. $ 430
d. $ 650
C
Computer Science & Information Technology
You might also like to view...
Which of the following is the correct port number for NTP?
A. 25 B. 69 C. 123 D. 161
Computer Science & Information Technology
?An example for using an appropriate style while preparing a written document is using a conversational tone in formal documents and a business tone in informal documents.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology