To get the remainder of an integer division, Java provides the ____ operator.
A. modulus (%)
B. division (/)
C. multiplication (*)
D. addition (+)
Answer: A
Computer Science & Information Technology
You might also like to view...
MC When the programmer knows how many times a loop will execute in advance, a______ loop should be used.
a) sentinel. b) infinite. c) counter-controlled. d) None of the above.
Computer Science & Information Technology
Java uses the type ____ to store real numbers (numbers with decimal points).
A. short B. long C. double D. integer
Computer Science & Information Technology
If you want your name to appear in the title bar of the browser window when the web page displays, you should put it in the ________ section
A) FOOT B) LINK C) BODY D) HEAD
Computer Science & Information Technology
A ________ layout places labels in the first column and data in the second column
A) tabular B) datasheet C) columnar D) prototype
Computer Science & Information Technology