learn-co-students / swift-arrays-lab-sfo-web-012720

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array Lab

Drawing

Above all, don't fear difficult moments. The best comes from them. -Rita Levi-Montalcini

Overview

In this lab, you'll get practice creating, accessing, and changing elements in an array as well as creating functions that take in arrays as arguments.

Learning Objectives

  • Create Array variables and constants
  • Create an Array of Int's and String's.
  • Create functions that take in Array's as arguments
  • Access elements of the Array using subscript syntax
  • Change elements at a specific index using subscript syntax

Instructions

  • Open up the playground file included with this repo and answer the listed questions (which you will find in the playground file) in order.
  • There are no tests associated with this playground file.

View this lesson on Learn.co

About

License:Other


Languages

Language:Swift 100.0%