介绍
在这个挑战中,你需要使用 Golang 中的多维数组创建一个简单的成绩管理系统,以跟踪学生在不同科目中的表现。作为助教,你需要实现这个系统,以便有效地管理学生成绩。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/DataTypesandStructuresGroup(["Data Types and Structures"])
go(("Golang")) -.-> go/FunctionsandControlFlowGroup(["Functions and Control Flow"])
go/DataTypesandStructuresGroup -.-> go/arrays("Arrays")
go/DataTypesandStructuresGroup -.-> go/structs("Structs")
go/FunctionsandControlFlowGroup -.-> go/for("For")
subgraph Lab Skills
go/arrays -.-> lab-436649{{"设计学生成绩跟踪器"}}
go/structs -.-> lab-436649{{"设计学生成绩跟踪器"}}
go/for -.-> lab-436649{{"设计学生成绩跟踪器"}}
end