1. Declaration and use of array

You Can Learn

  1. How to combine elements into arrays and access their values.
  2. Find official or authoritative documents to learn.

    Content

    数组不过是离散的函数而已.

Refer

  1. https://golang.org/ : 学习首先找到官网
  2. https://go.dev/ : 找到官方推荐的学习地点
  3. https://gobyexample.com/ : 从中找到学习资源
  4. https://gobyexample-cn.github.io/: 当看不懂英文时寻找中文翻译

Reading

image.png
By 菜鸟教程 python 语言 列表image.png
By 菜鸟教程 go 语言 数组
Array - 图3
By @fengyfei(fengyfei) in Linux Kernel ( C 语言)

Homework

  1. Read C 语言数组教程. Try to run first C program on C 语言在线运行页.
    1. Exp:image.png
  2. 在下方评论, 讨论话题为: 即使英文水平不高, 是否应该从一开始学习就啃英文文档?