update
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Somme {
|
||||
public static void main(String[] args) {
|
||||
int somme = Integer.parseInt(args[0]) + Integer.parseInt(args[1]);
|
||||
|
||||
System.out.println("La somme des nombres est : " + somme);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user