【正文】
tiple (最小公倍數(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。 ?Define a function void print(int s[], int n) to output the sorted numbers in the array。 data from the keyboard and store them to a dynamically allocated array of structures ? Output the student that has the maximum grade to the screen ? Sort these students’ data by score from low to high ? Finally, output these data to a file named “” 27 Assignment 9 ? Write a program to implement the following questions. ?Input the size for the first array。 ?Input the numbers for the first and the second array。 ?Output the numbers which the second array has but the first array does not have。 28