文件名称:cs
介绍说明--下载内容均来自于网络,请自行研究使用
判断任意一年是否为闰年,输入年份,执行程序后输出是否为闰年
打印以下图案:
*
***
*****
*******
*********
计算M=11+ 22+ 33+…+ NN,直到N等于30为止
输入8个整数,将其逆序存放后再输出。
2、从
键盘
上输入两个字符串,不用库函数strcat()连接两个字符串,连接后的字符串放到另一个字符数组中,然后输出连接后的字符串。
1、写一个判定素数的函数,在主函数输入一个整数,输出是否素数的信息。
本程序应当准备以下测试数据:17、34、2、1、0。分别输入数据,运行程序并检查结果是否正确-Determining whether any given year is a leap year, enter the year, after the execution of the program output is a leap year
Print the following pattern:
*
***
*****
*******
*********
Computing M = 11+ 22+ 33+ ...+ NN, until N equals 30 until
Enter the 8 integers, then store it in reverse output.
2, from
Keyboard
Two input strings, no library function strcat () to concatenate two strings, concatenated string of characters into another array, and then output the string after the connection.
1. Write a function primes judgment, in the main function of the input an integer, the output is the number of pixel information.
This program should prepare the following test data: 17,34,2,1,0. Each input data, run the program and check the results are correct
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cs.doc