Computer Science, asked by saket4739, 5 months ago

System.out.println("Sum= =0);
3
Questions on Output
1.
Give the output of the following program
public class Output
{
static void function()
{
int a=3,b=14;
System.out.println(a+""+b);
a=a+b;
b=a-b;
a=a-b;
System.out.println(a+""+b);
}
o
}​

Answers

Answered by jayapraveen34
1

Answer:

314

143

it is swapping program

Similar questions