Lessons 20 – 23 Review

What does the relational operator != translate to?
Equal to
Greater than
Not equal to
Which of the following is a postfix increment operator?
i++
i–
–i
Which of the following is a prefix decrement operator
i++
i–
–i
True or False: A while loop will continue to run until the condition no longer is true?
True
False
True or False: A do while loop always executes its code once?
True
False

Leave a Reply

%d bloggers like this: