what the expression 21% 5 yield____________
C condition x*!=y_________
== how should bereade?
C=c+3 canolso be writen as?___________
pasesses=passes+1 could be writen using a postincrement
operator as____________
following statament for (i= 100; i%26gt;= 1; i--) there is a(n)
I holp you can help me.
Now I need your help.?
21% 5 = 4 (only the quotient)
C condition x*!=y means x is not equal to y.
== means logical comparison
x==y means logical comparison if x is equal to y
C=c+3 canolso be writen as-------------
pasesses=passes+1 can be written as
passess++
for (i= 100; i%26gt;= 1; i--) means exexute all the statements within for loop, for the values of i starting from i=100 till i%26lt;=1 %26amp; reduce i by 1 after every loop.
Reply:Sorry, we don't use 14th Century English anymore.
Reply:This isn't exactly mathematics.
what the expression 21% 5 yield Answer 1
C condition x*!=y_________ Answer. I have not seen that syntax so I can not answer.
== how should bereade? Answer. "equals" or "is the same"
C=c+3 canolso be writen as? Answer c+=3;
passes=passes+1 could be writen using a postincrement
operator as_ Answer passes++;
following statament for (i= 100; i%26gt;= 1; i--) there is a(n)
Answer. Do not know. This question is incomplete.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment