1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 11:19:17 +00:00

equilibrage done

This commit is contained in:
2022-06-16 17:43:33 +02:00
parent a53fc67f97
commit 6197599f6b
21 changed files with 38 additions and 37 deletions

View File

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