Computer Science, asked by henrymuturi975, 10 months ago

The following code is intended to test if x is NOT less than 17. Fill in the correct symbol:

if (x ____ 17):

Answers

Answered by keerthana460
13

Answer:

as x is not less than 17, it Is greater than 17

so x > 17

hope it helps you

Answered by shilpa85475
2

if x is not less than 17 it means it should be greater than 17 that is x > 17.

Explanation:

An identifier is a call given to a package, class, interface, method, or variable.

It permits a programmer to consult the object from different locations withinside the software.

Both an identifier and a variable are the names allocated with the aid of using customers to a specific entity in a software.

The identifier is most effective used to discover an entity uniquely in a software on the time of execution whereas, a variable is a call given to a reminiscence location, this is used to maintain a value.

Identifiers are the call assigned to one of a kind programming constructs like classes, interfaces, methods , variables etc.

Literals are the values which are assigned to Identifiers.

Similar questions