Write a program that prints all the numbers from 1 to 100. However, for multiples of 3, instead of the number, print "Linio". For multiples of 5 print "IT". For numbers which are multiples of both 3 and 5, print "Linianos".
But here's the catch: you can use only one if. No multiple branches, ternary operators or else.
- 1 if
- You can't use
else,else ifor ternary - Unit tests
- Feel free to apply your S.O.L.I.D knowledge
- You can write the challenge in any language you want. Here at Linio we are big fans of PHP, Kotlin, Java and TypeScript
run composer install
run php index.php
run phpunit --configuration phpunit.xml