错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Understanding Arrays

  • Wallace Wang,
  • Tonnetta Walcott

摘要

Every program needs to store data, and that data usually gets stored in one or more variables. However, the more data a program needs to store, the more variables you need to create. Rather than create multiple variables, it’s much easier to use an array.