PPT Slide
Second form of if statement
// store maximum of x and y in z
if (x >=y)
{z= x;}
else {z= y;}
The rest of the lecture will demonstrate the use of the assignment and if statements in Codewarrior on the Macintosh.
Previous slide
Back to first slide
View graphic version