1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 18:03:27 +00:00
PokeHES/Data/Battle/Fight/informatique.csv

6 lines
393 B
Plaintext
Raw Normal View History

2022-06-16 15:43:33 +00:00
Convertir 0b01010111 en d<>cimal :;87;79;afg;83;200
2022-06-16 16:59:45 +00:00
Convertir 0b11110011 en hexad<61>cimal :;F3;Q8;35;12;150
2022-06-16 15:43:33 +00:00
Quel est la valeur de 'a' en ASCII en d<>cimal ?;97;0;42;2;100
2022-06-16 16:59:45 +00:00
Quel mot est utile a une fonction qui ne retourne rien ?;void;break;Integer;false;50
2022-06-16 15:43:33 +00:00
Comment convertir un string en int ?;int a = Integer.parseInt(String s);int a = String s;Je sais pas;int a = String.changeInt(String s);200