Skip to content

FooBar exercise using for loop and recursive function

Notifications You must be signed in to change notification settings

LucaBert89/FooBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FooBar

FooBar exercise using for loop and recursive function.

Print the numbers from 1 to 100 inclusive, each on their own line.

If, however, the number is a multiple of three then print Foo instead, and if the number is a multiple of five then print Bar.

For numbers which are multiples of both three and five then print FooBar.

About

FooBar exercise using for loop and recursive function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published