16 lines
264 B
Java
16 lines
264 B
Java
/*Emmanuel SRIVASTAVA-TIAMZON*/
|
|
|
|
public class Excquis {
|
|
private String[] tab;
|
|
|
|
public Excquis(String[] tab) {
|
|
this.tab = tab;
|
|
}
|
|
|
|
public String toString(String[] randomTab) {
|
|
indiceRandom = nextInt(this.tab.length());
|
|
|
|
for(this.tab[indiceRandom] :
|
|
|
|
}
|
|
} |