what is the output of the following program
int p= 10, K=20;
k=k\++p
jtextfield1.setText("K= "String.valueOf(k))
Attachments:
Answers
Answered by
0
k= 1 will be the output
Answered by
0
ANSWER
............
THE OUTPUT / K = 1
............
THE OUTPUT / K = 1
Similar questions