Description: Function: enter a page of text, the program can count the number of words, Numbers and Spaces. Static storage of a page, with no more than 80 characters per line, N rows;
Requirements: (1) to calculate the number of English letters and the number of Spaces and the total number of words; (2) count the number of occurrences of a string in the article and output the number; (3) delete a substring and move the following character forward. (4) the storage structure USES linear tables, and the corresponding functions are realized by several sub-functions respectively;
Enter the form and scope of the data: you can enter uppercase, lowercase English letters, any number, and punctuation.
Output: (1) the line output input by the branch; (2) the output of "all letters", "number", "number", "total number of words" and "total number of words" (3) will be output of the article after deleting a string.
To Search:
File list (Check if you may need any files):