Give the JavaScript expression for determining how many overtime hours an employee has worked.

What will be an ideal response?


see below

```
if (hours <= 40)
overtime = 0;
else
overtime = hours - 40;

```

Computer Science & Information Technology

You might also like to view...

When one loop is contained within another loop, we say these are __________ loops.

Fill in the blank(s) with correct word

Computer Science & Information Technology

Provide a brief overview of VMware Player.

What will be an ideal response?

Computer Science & Information Technology

What is another name for the notification area in Windows?

A. system tray B. taskbar C. Control Panel D. Start Menu

Computer Science & Information Technology

To insert a picture into a presentation, the picture must be saved in a(n) ____________________ that PowerPoint can recognize.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology