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
1
Answer:
314
143
it is swapping program
Similar questions
English,
2 months ago
Computer Science,
2 months ago
English,
2 months ago
History,
5 months ago
Computer Science,
5 months ago
Geography,
11 months ago
English,
11 months ago