Computer Science, asked by tanisha57, 1 year ago

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 Vintage
0
k= 1 will be the output
Answered by Anonymous
0
ANSWER
............

THE OUTPUT / K = 1
Similar questions