int a= 34,b=45;
System.out.print(“The sum of two numbers =”);
System.out.println((a+b));
Answers
Answered by
0
Answer:
please give full question
Explanation:
Answered by
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