深圳升蓝软件
数据库开发 .Net技术  |  ASP技术 PHP技术 JSP技术 应用技术类   
Hiblue Software

请问什么函数能判断一个数是奇数还是偶数?


March 25,2004
自己遍呀。
function Is_odd(num) as boolean
n=num mod 2
if n=1 then
Is_odd=true
else
Is_odd=false
end if
end function
是奇数返回真,是偶数返回假。
       
Copyright © 2001-2008 Shenzhen Hiblue Software Team All rights reserved