【正文】
the first 20 Fibonacci Numbers. 11 Assignment 3 ? Print all the “Daffodils Number” between 100 ~ 999. 12 Assignment 3 ? Input several numbers from keyboard, print the max number among them. 13 Assignment 4 ? Write a function to return the maximum number in five numbers, you can use the function getMax(int a, int b, int c) two times. 14 Assignment 4 ? Write a program to accept two numbers from the keyboard, and then print the greatest mon divisor (最大公約數(shù) ) and the least mon multiple (最小公倍數(shù) ) using functions. 15 Assignment 4 ? Calculate 1 + 2 + … + n using nested calls of functions. 16 Assignment 4 ? Calculate 1 + 2 + … + n using recursive calls of functions. 17 Assignment 5 ? Input several numbers, and output its reverse. 18 Assignment 5 ? Input a string, output the number of words it contains. 19 Assignment 5 ? Write a program to accept a string and a character, and then delete each element which is equal to the character from the array. 20 Assignment 5 ? Write a program to implement the following questions: ?Define a function void input(int s[], int n) to get ten integers into an array。 data from the keyboard and store them to a dynamically allocated array of structures ? Output the s