Computer Science, asked by manish12776, 3 months ago

a) What will be the output of the following?
System.out.println(4 + 5 + ”India”);
System.out.println(“India”+ 4 + 5);

please answer correctly
i will mark brainliest

Answers

Answered by simadevi9125
0

Answer:

In the Java programming language, a Keyword is any one of 51 reserved words[1] that have a predefined meaning in the language; because of this, programmers cannot use keywords as names for variables, methods, classes, or as any other identifier

System.out.println(“India”+ 4 + 5);

Similar questions