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
You might also like to view...
What two dimensions are used in the SSE-CMM to ensure that the security engineering process is separated from the practices associated with overall good management?
A. Development dimension and security dimension B. Domain dimension and capability dimension C. Engineering dimension and management dimension D. Process dimension and practice dimension
Because of its centralized design, a(n) ________ topology is the simplest to troubleshoot and repair
Fill in the blank(s) with correct word
Forms can be used to control access to data
Indicate whether the statement is true or false
Which terms refer to versions of DSL service?
A. xDSL and MDSL B. SDSL and ADSL C. UDSL and MDSL D. NDSL and MDSL