Home > Back-end >  Children to rebuild the C language examination, do not, save the children
Children to rebuild the C language examination, do not, save the children

Time:04-23

1.
Input from the keyboard a four integer, which is separated each!
2.
Input a year, a month, determine how much in total in the day, in February, to be a leap year judgment, the entire program using the switch case statement is completed, to account for errors in the input to,
3.
Output daffodils, daffodil number is in accordance with the following definition of number, the number is 3 digits, and the number of each cubic and with this number,
4.
Input two integers, for example, 2 and 5, calculate 2 + 3 + 4 + 5, pay attention to 5 and 2 can also calculate,
5.
Statistical output all double-digit primes, requirements as far as possible to reduce cycle times,
6.
Selection sort and bubble sort a function, use the scanf input in the main function generates a one dimensional array, the output array before ordering, call the sorting function, then the output sorted array, submit code and operation interface screenshots,
7.
Keyboard input is int type 5 * 5 first two-dimensional array input values, and calculates the outer ring of the array of data and

CodePudding user response:

Online search, a bit not, this is no solution, because all write to you, you also don't understand,

CodePudding user response:

What are you going to do before?
  • Related