The simplest statement you can use to make a decision is the ____ statement.

A. this
B. Boolean
C. true false
D. if

Answer: D

Computer Science & Information Technology

You might also like to view...

The statements int x = 1; int y; y = --x;

a. Assign y the value 1; b. Change the value of x to 0 c. Assign to y the value 1; d. Assign to y the value 0; e. The -- is a prefix operator.

Computer Science & Information Technology

An IPv6 IP address consists of 16-bit numbers in what numbering scheme?

A. hexadecimal B. decimal C. binary D. octal

Computer Science & Information Technology