Skip to content

Dwashi2/swift-SquareAndCubes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

swift-SquareAndCubes


Swift Pratice

Project to pratice Functions in Swift 5.4

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

  Create a function that takes an array of two numbers and checks if the square root of the first number is equal to the cube root of the second number.
  
  Examples
   checkSquareAndCube([4, 8]) ➞ true
   checkSquareAndCube([16, 48]) ➞ false
   checkSquareAndCube([9, 27]) ➞ true
 
 Exercices are from: https://edabit.com/challenges/swift

Getting Started

Open the file SquaresAndCubes.xcodeproj

Prerequisites

  • Xcode 12.4
  • Use iPhone 12 mini as simulator

Contact

Daniel Washington Ignacio - danielvertigo@hotmail.com

Click to access my LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages