commit
9d156133b6
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||||
|
|
||||||
|
# GestForm Challenge |
||||||
|
|
||||||
|
 |
||||||
|
 |
||||||
|
|
||||||
|
|
||||||
|
GestForm is a FizzBuzz like challenge 😁 |
||||||
|
|
||||||
|
In this test we need to : |
||||||
|
- From a random (not pseudo random ?) list of number between -1000 to 1000 |
||||||
|
- For each we need to check: |
||||||
|
- if divisible by 3 then display Gest |
||||||
|
- if divisible by 5 then display Forme (note the ending char "e") |
||||||
|
- if divisible by 3 and 5 then display GestForm |
||||||
|
- else display the number |
||||||
|
|
||||||
|
All files must be provided to be checked. |
||||||
Loading…
Reference in new issue