Find the output (from java)
a) System.out.println(4+10);
b) System.out.println(“4+10”);
c) System.out.println(“sum=”+4+10
d)System.out.println(“sum=”+(4+10));
e) System.out.println(4+10 + ” sum=”+(4+10));
f) System.out.print(“ComPuTer is Fun “);
System.out.println(“loving”);
g) System.out.println(“Product =”+ 4*10);
Answers
Answered by
1
Answer:
a-6
b-410
c-error
d-sum=14
e-14sum=14
f-ComPuTer is Fun
loving
g-Product =40
Similar questions
Math,
1 month ago
Math,
1 month ago
Computer Science,
1 month ago
Environmental Sciences,
3 months ago
Math,
3 months ago
Biology,
9 months ago
Math,
9 months ago
English,
9 months ago