Skip to content

EdwinJosue16/programming_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Learning and Exercises

Here you will find programming exercises in different programming languages

Excercises

  1. Fizz Buzz: for each number from 0 to n, print "Fizz" when the number is multiple of three, print "Buzz" when the number is multiple of five. Print "FizzBuzz" if the number is multiple of five and three, if no condition is reached print the number instead