C language blog Assignment 10

problem Reply
This work belongs to the curriculum C Programming Language II
Where the job requires Work requirements
My aim in this course is Review the preceding code, prepare for the final exam
This job helped me achieve that goal in terms of specific PTA jobs, and in their own compiler written above code and coding errors, Baidu above literature
references Baidu literature

1.PTA lab assignments (20 points / questions)

1.1 data representation:

7-8 character array output triangle (15 minutes)

This problem requires programming, the output from the n-th row begins uppercase A triangular array of the character.
Input format:
input line in a given positive integer n (1≤n <7).
Output format:
a triangular array of characters output by the n-th row of capital letters A start configuration. See sample output format, where each letter has a back space.
Sample input:
4
Output Sample:
ABCD
EFG
the HI
J

1.1.1 Data Processing

Data are expressed: The title was used int shaping structure, for loop
data processing:

1.1.2 Screenshot experiment code

1.1.3 build test data

1.1.4 PTA submit a list and description

Commit List Description:
Q: line 15 "" written in the "/" causes a compilation error.
A: looking for a long time and finally got a job as students, one by one in front of it to find out.

1.2

1.2.1 Data Processing

Expression Data:
Data processing:

1.2.2 Code Screenshot

1.2.3 build test data

1.2.4 PTA submit a list and description

Submit a list of instructions:

2. Code peer assessment (5 minutes)

Screenshot students Code

Own Code Screenshot

3. The study concluded (15 points)

3.1 Learning progress bar (5 points)

Week / Date This week the time spent Lines of code Learned knowledge Introduction Currently more confusing issues
the fourth week 6 113 Learned the basic structure no
fifth week 7 152 学会了输入输出语句
第六周 9 167 如何用 MinGW-w64 来编译C程序
第七周 15 240 运用if,else语句 不太熟练if-else语句
第八周 17 344 学习了for循环
第九周 24 356 学习了如何使用自定义函数 自定义函数还不太会
第十周 27 420 熟悉并掌握多分支结构、字符型数据类型和逻辑运算符结构 各个运算符的意思还不太理解
第十一周 15 436 学习了分支结构switch语句 对于&&和
第十二周 17 403 学会使用while和do-while结构解决问题 嵌套语句不熟练
第十三周 23 444 学习了continue语句和break语句 整体脉络不清晰
第十四周 6 325 能够根据实际情况,选择合适的算法、合理的循环结构,熟练的编写程序 不太熟悉语句

3.2 累积代码行和博客字数(5分)

3.3 学习内容总结和感悟(5分)

3.3.1 学习内容总结

3.3.2 学习体会

1.首先每一次作业都会有一点进步,只是每次学的都模模糊糊的,都不能单独完成。
2.还是很粗心,比如这次作业中,""打成"/",浪费了很多时间。
3.要多回头去看作业,要不就忘记了。
4.不懂的要多问同学,还有问助教。
5.马上就要期末考试了,要回头去复习,把做过的题目在做一遍。
6.做事情还是要上心,天天要做,我感觉这门课程还是有快乐的。

Guess you like

Origin www.cnblogs.com/7758258A/p/11953159.html