Skip to content

pkoduganty/katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

katas

  1. FizzBuzz
  • Returns "Fizz" if number is a multiple of 3 or has 3 in it,
  • returns "Buzz" if number is a multiple of 5 or has 5 in it,
  • and returns "FizzBuzz" if number is a multiple of 3 and 5 or has both 3 and 5 in it.
  1. String Calculator
  • Create a simple String calculator with a method int add(String numbers).
  • The method can take 0, 1 or more numbers, and will return their sum.
  1. Roman Numeral Converter
  • Convert arabic number (between 1 and 3000) to its roman numeral form.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published