update
This commit is contained in:
7
DEV.2.1/TP/TP1-introduction/Somme.java
Normal file
7
DEV.2.1/TP/TP1-introduction/Somme.java
Normal file
@@ -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