昨天遇到两个自学c语言的,然后就想,一起来吧,一天发俩题,先从简单的开始。有兴趣的可以做一下,可以评论你的作业,但是不要发表议论评论。!!!
从键盘任意输入一个整数,编程判断它的奇偶性。要求输入变量定义为int类型且由用户从键盘输入。程序的运行示例1:Input an integer number:4↙4 is an even number程序的运行示例2:Input an integer number:3↙3 is an odd number输入格式:"%d"输出格式:输入信息提示:"Input an integer number:\n"偶数输出格式:"%d is an even number\n"奇数输出格式:"%d is an odd number\n"
从键盘任意输入一个整数,编程判断它的奇偶性。要求输入变量定义为int类型且由用户从键盘输入。程序的运行示例1:Input an integer number:4↙4 is an even number程序的运行示例2:Input an integer number:3↙3 is an odd number输入格式:"%d"输出格式:输入信息提示:"Input an integer number:\n"偶数输出格式:"%d is an even number\n"奇数输出格式:"%d is an odd number\n"