check if the statement given below are performing the same task as defined in the task column.if not then write the correct statement,according to the task ,in the last column:
Task Statement correct if any
Check whether a variable x is divisible by 3 If(x%3=1)
Add 20 to the previous value of variable t t=+20;
Increase the value of t by 1 t+=1;
Store the increased value t in b b=t++;
Check whether the value of b is greater than 10 if(!(b<10))
Answers
Answered by
0
Answer:
x is divisible by 3
value of t=1
value of b =t++
Explanation:
I don't no the answer please make me as a brainliest
Similar questions