Computer Science, asked by AryanKapoorLucknow, 7 months ago

int x=10;
x=x+5'

system.out.println(x);

what will be the output

Answers

Answered by asitpaul2015ap
2

Answer:

the final output will be 15

Explanation:

because x value is 10

so 10+5

=15

Answered by saiyamBedilucknow
0

the output is 15 this is the answer

Similar questions