1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-31 03:39:16 +00:00

change the world

This commit is contained in:
Fastium
2022-06-14 01:14:54 +02:00
parent 08e2a1eed2
commit ccf38809b9
9 changed files with 62 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
Convertir 0b01010111 en décimal :;87;79;afg;83;25
Convertir 0b11110011 en héxadécimal :;F3;Q8;35;12;25
Quel est la valeur de 'a' en ASCII en décimal ?;97;0;42;2;25
Quel mot est utile à une fonction qui retourne rien ?;void;break;Integer;false;25
Convertir 0b01010111 en d<EFBFBD>cimal :;87;79;afg;83;25
Convertir 0b11110011 en h<EFBFBD>xad<EFBFBD>cimal :;F3;Q8;35;12;25
Quel est la valeur de 'a' en ASCII en d<EFBFBD>cimal ?;97;0;42;2;25
Quel mot est utile <EFBFBD> une fonction qui retourne rien ?;void;break;Integer;false;25
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);25
1 Convertir 0b01010111 en décimal : 87 79 afg 83 25
2 Convertir 0b11110011 en héxadécimal : F3 Q8 35 12 25
3 Quel est la valeur de 'a' en ASCII en décimal ? 97 0 42 2 25
4 Quel mot est utile à une fonction qui retourne rien ? void break Integer false 25
5 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) 25