Summary of Knowledge points:
1. With regard to arrays, it is the most basic type of construction, an ordered set of data of the same type, the elements in the array are kept in memory, each element belongs to the same data type, and the array elements can be uniquely determined with array names and subscripts.
2. Definition of an array: Defines an array that requires explicit array variable names, the type of array elements, and the size of the arrays (that is, the number of elements in the array).
The general form of a bunch of array definitions is:
Type an array group name [array length]
The type name specifies the type of each element in the array, the array name is the name of the array variable, is a valid identifier, and the array length is an integer constant expression that sets the size of the array.
Problems encountered: This homework has a large comprehensive problem, this problem is done while each small link is not a problem to write alone, but when the integration of the call when the program often error. Ask a lot of people to understand where the wrong.
Experimental experience: Homework less knowledge points are not many, the array has not finished, can not summarize so much. This assignment is relatively late, one is the personal reasons lazy slow. Second, the objective reason cfree from the computer room to copy a few days ago also good, yesterday when suddenly said what expired. Can only send the code to the blog.
In short, the end of the first semester I want to have a good ending, good study is the wise choice.
Seventh Experiment Summary