check if the statements given below are performing the same task as defined if not then write the correct statement : Task. statement
a. Increase the t+ = 1 ;
value of t by 1.
b. store the incr-
eased value of t b = t++;
in b.
C. check whether
the value of b is if(!(b < 10))
greater than 10
please guys answer this question.... unnecessary answers will be reported...
it's related to java programming....
please help!!!
Answers
Answered by
1
Answer:
(a) t+ =1 mean t=t+1;
(b)i don't understand what it is saying
Similar questions