Computer Science, asked by shatakshichauhan26, 11 months ago

Java programming
please give answer fast ​

Attachments:

Answers

Answered by anishasa
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