Basic C Statements
Assignment as in C:
variable = expression ;
Loops and conditionals just like in Java.
if (condition) if (condition)
statement statement else statement
while (condition) statement
for (initialize; test; step) statement
Previous slide
Next slide
Back to first slide
View graphic version