Match the following results with the proper comparison operators:

I. Does not equal 5000
II. Is less than 5000
III. Is less than or equal to 5000
IV. Is greater than 5000
V. Is greater than or equal to 5000

A. <5000
B. <=5000
C. >=5000
D. >5000
E. <>5000


E, A, B, D, C

Computer Science & Information Technology

You might also like to view...

Write a series of statements that determine and display the smallest value in array t.

What will be an ideal response?

Computer Science & Information Technology

You can include structures as elements of an array, but you cannot process a list of structures using standard array programming techniques.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ test video game software under all possible circumstances to make sure that it works properly.

A. Physics programmers B. Data communications programmers C. Software quality assurance specialists D. Graphics programmers

Computer Science & Information Technology

Currently, there are two major techniques used to develop programs and their procedures. Name and describe them.

What will be an ideal response?

Computer Science & Information Technology