[go: up one dir, main page]

Skip to content

tuwaiq-ios/day02-lab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Week1 Day2 Lab1: Swift Basics

Topics

  1. Variables
  2. Constants
  3. Numbers
  4. Strings
  5. Arrays
  6. Sets

Description

  1. Create two integer variables a and b
  2. Print the sum of these variable
  3. Create array of 6 elements
  4. Add the value 7 to the array
  5. Print the fourth element of the array
  6. Delete the second element of the array
  7. Create a set of 4 elements
  8. Print every element in the set
  9. Create a string variable that holds your name
  10. Print your name (the variable)

DeadLine

Monday 27 September

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published