主題
:
二個數學問題
瀏覽單個文章
Chief_WU
Senior Member
加入日期: Jul 2001
您的住址: 台北市
文章: 1,401
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);
2002-09-18, 10:51 PM #
2
Chief_WU
瀏覽公開訊息
傳送私人訊息給Chief_WU
查詢Chief_WU發表的更多文章
增加 Chief_WU 到好友清單