
Is Even
检查给定的数字是否是偶数。如果数字是偶数,你的函数应该返回true ;如果数字是奇数,false 。
You should be an authorized user in order to see the full description and start solving this mission.
检查给定的数字是否是偶数。如果数字是偶数,你的函数应该返回true ;如果数字是奇数,false 。