Which of the following statements is correct to display Welcome to Java on the console?
a. System.out.println('Welcome to Java');
b. System.out.println("Welcome to Java");
c. System.println('Welcome to Java');
d. System.out.println('Welcome to Java");
e. System.out.println("Welcome to Java');
b. System.out.println("Welcome to Java");
You might also like to view...
Which of the following is the data type that can be used to create files, read data from them, and write data to them?
a. ofstream b. ifstream c. fstream d. stream e. None of these
When Microsoft Chart is started, a(n) ________ is displayed below the chart
Fill in the blank(s) with correct word
A(n) ____________________ is a collection of related information stored in a structured format.
Fill in the blank(s) with the appropriate word(s).
The ______ operator requires either of the component conditions to be true.
A) AND B) EITHER C) OR D) BETWEEN