Intro to CS 1 C++ CodeLab Complete Question & Answers
internet advertising
Monday, June 18, 2012
Homework 5: OddEven
1. Write an expression that evaluates to true if the integer variable x contains an even value, and false if it contains an odd value.
x % 2 == 0
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment