What does >= mean?
A. less than
B. greater than
C. less than or equal to
D. greater than or equal to
Answer: D
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).
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
Data can be output to a text file using the class ____.
A. Scanner B. WriteData C. PrintWriter D. TextFile
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