Algorithmique I - Cours et Travaux Dirigés L3, Ecole Normale ...

5. Premiers pas class HelloWorld { public static void main(String[] args) { ... int y = 42; x = 666;. } static void f() { int x = 1; int y = 2; g(x);. } ...