Computer Science, asked by ayushoraon10, 7 hours ago

int a= 34,b=45;

System.out.print(“The sum of two numbers =”);

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

Answers

Answered by naitiksoni5789
0

Answer:

please give full question

Explanation:

Answered by bhumiraj1234
6

Explanation:

We don't need to leave any space after "The sum of two numbers =" because system.out.print statement is used and after "=" sign the output of the system.out.println will be shown which is "79" .

HOPE THIS MAY HELP YOU!

Attachments:
Similar questions