当前位置: > 问一个C语言的编程问题~判断一个数n能否同时被3和5整除~...
题目
问一个C语言的编程问题~判断一个数n能否同时被3和5整除~

提问时间:2020-11-02

答案
#include
void main()
{
int n;
printf("please input the data: ");
scanf("%d",&n);
if(n%3==0&&n%5==0)
printf("the %d can be divided by 3 and 5",n);
else
printf("the %d cannot be divided by 3 and 5",n);
return 0;
}
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.