Skip to content

Exercise to show numbers since 1 to 100 but with condition that if is multiple for 3, 5 or both have to show a different text

Notifications You must be signed in to change notification settings

ddurandg/ExerciseTac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExerciseTac

Exercise to show numbers since 1 to 100 but with condition that if is multiple for 3, 5 or both have to show a different text

  • 3 = "Falabella"
  • 5 = "IT"
  • both = "Integraciones"

Required

  1. PHP >= 5.4

Intalation and execution

  1. Clone project in any server folder
  2. Open console
  3. Go to folder's project
  4. Go to path "src"
  5. Execute: php executeExercise.php

Test execution

this tests there in file "ExerciseTest.php" in folder "tests"

  1. Go to folder's project
  2. Execute ./vendor/bin/phpunit tests

About

Exercise to show numbers since 1 to 100 but with condition that if is multiple for 3, 5 or both have to show a different text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages