Given that Jamie worked 50 hours (Hours = 50) last week and earns $10.00 an hour (Rate = 10), how much did Jamie earn last week, before taxes (TotalPay)?
```If (Rate >=10) OR (Hours <=40) Then
TotalPay = Hours * Rate
Else
TotalPay = (Hours * Rate)+(Hours–40)*Rate*1.5
End If
```
a. $ 500
b. $ 650
c. $ 750
d. $ 400
A
You might also like to view...
Asymmetric encryption can be used for __________ .
A. both confidentiality and authentication B. neither confidentiality nor authentication C. confidentiality D. authentication
Most e-mail clients can be configured to automatically reply to e-mail messages, and this feature is always referred to as an out of office response.
Answer the following statement true (T) or false (F)
The subtractive color system uses ____ as its primary colors.
A. cyan, magenta, and yellow B. magenta, yellow, and red C. red, green, and blue D. red, blue, and cyan
IntelliSense cannot be used to add a Sleep procedure to the program code.
Answer the following statement true (T) or false (F)