mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-31 03:39:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			393 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			393 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
| Convertir 0b01010111 en décimal :;87;79;afg;83;200
 | |
| Convertir 0b11110011 en hexadécimal :;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 ne 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
 |