Using the flowchart above, which decision statement will correctly check that hoursWorked is greater than or equal to the FULL_WEEK constant?

A. hoursWorked == FULL_WEEK
B. hoursWorked > FULL_WEEK
C. hoursWorked >= FULL_WEEK
D. hoursWorked != FULL_WEEK

Answer: C

Computer Science & Information Technology

You might also like to view...

The President's Working Group on Unlawful Conduct on the Internet suggested developing mechanisms for tracing online offenders

Indicate whether the statement is true or false.

Computer Science & Information Technology

A(n) ____________ is a small rectangular box that pops up when you hover the mouse pointer over a button on the toolbar or in the toolbox for a few seconds.

a. Icon b. Tool Tip c. Message d. Alert

Computer Science & Information Technology