Computer Science, asked by shresthsahu987, 4 months ago

Write the output if a = 10, b = 7;

System.out.println(a+b);

System.out.println(“a+b”+a+b);​

Answers

Answered by jadu91
4

Answer:

(a+b) =17

(a+b +a+b) =34

Similar questions