You can use ________ to emphasize text in a document
A) a text pane
B) reverse
C) a placeholder
D) fill
B
Computer Science & Information Technology
You might also like to view...
DLP stands for ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is the output of the following code?
``` public class Test { public static void main(String[] args) { int[][][] data = {{{1, 2}, {3, 4}}, {{5, 6}, {7, 8}}}; System.out.print(data[1][0][0]); } }``` a. 1 b. 2 c. 4 d. 5 e. 6
Computer Science & Information Technology