Skip to content

learn-co-students/swift-arrays-lab-swift-intro-000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages