Skip to content

Files

Latest commit

 

History

History

06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Exercise 4.06

Write an expression to determine whether an int value is even or odd.

Solution

i & 1;