Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Bienvenue sur le test technique d'Atos!
Sujet
Créer un FizzBuzz en vous basant sur les sources fournies.
1
2
3
4
5
6
7
8
package net.atos.interview;
public class FizzBuzzer {
public String[] generateFizzBuzzes(int to) {
return null;
}
}
Press desired key combination and then press ENTER.
1
package net.atos.interview;
Press desired key combination and then press ENTER.
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content