瀏覽單個文章
James
Major Member
 

加入日期: Apr 2000
您的住址: 電腦前....
文章: 200
引用:
Originally posted by Chief_WU
1.
int x=(the value that you want)

if (x%7 == 0)
printf("The value %d can be divided with no remainder.\n", x);
else
printf("The value %d cannot be divided with no remainder.\n", x);


阿你碼幫幫, 這樣也行...?!
__________________
A+...!!
舊 2002-09-19, 12:11 AM #5
回應時引用此文章
James離線中