如果你用visual basic 的话就输入
dim x as single
if (x mod 2)=0 then print "No"
if (x mod 2)=1 then print "yes"