Which of the following expressions would check if a number, x, is between 90 and 100, inclusive?

a. x > 90 AND x < 100
b. x >= 90 AND x <= 100
c. x > 90 OR x < 100
d. x >= 90 OR x <= 100

b. x >= 90 AND x <= 100

Computer Science & Information Technology

You might also like to view...

In a table, press ________ to move right to left from cell to cell

A) Ctrl + End B) Alt + End C) Tab + PgDn D) Shift + Tab

Computer Science & Information Technology

Which of the following is a port used by TCP and UDP?

a. 23 Telnet b. 25 SMTP c. 53 DNS d. 69 TFTP

Computer Science & Information Technology