Java programming
please give answer fast
Attachments:
Answers
Answered by
1
Answer:
if(x%3==0)
t=t+20 --> t+=20
t+=1 ---> t=t+1 The statement is correct
b = t++; The statement is correct
if(b>10)
Similar questions
English,
5 months ago
Social Sciences,
5 months ago
Political Science,
11 months ago
Social Sciences,
11 months ago
English,
1 year ago