What does >= mean?

A. less than
B. greater than
C. less than or equal to
D. greater than or equal to


Answer: D

Computer Science & Information Technology

You might also like to view...

To verify spelling in each text block in a document, you use the ____________________ command.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Once you create a custom cell style, you can apply it to selected cells by clicking it in the ________

A) Cell Styles gallery B) Custom Styles gallery C) Format Cells dialog box D) This Workbook gallery

Computer Science & Information Technology

Data can be output to a text file using the class ____.

A. Scanner B. WriteData C. PrintWriter D. TextFile

Computer Science & Information Technology

Consider the following code.  int limit;int reps = 0;cin >> limit;while (reps < limit){  cin >> entry;  triple = entry * 3;  cout

A. flag-controlled B. counter-controlled C. EOF-controlled D. sentinel-controlled

Computer Science & Information Technology