Skip to content

Dwashi2/swift-ReturntheFactorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

swift-ReturntheFactorial


Swift Study

Project to study Swift 5.4

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

About The Project

 Create a function that takes an integer and returns the factorial of that integer. That is, the integer multiplied by all positive lower integers.
 
 Examples:
 factorial(3) ➞ 6
 factorial(5) ➞ 120
 factorial(13) ➞ 6227020800
 
 
 Notes:
 Assume all inputs are greater than or equal to 0.

      
 Excercise from: https://edabit.com/challenges/swift

Getting Started

Open the file ReturntheFactorial.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