update
This commit is contained in:
11
DEV.2.1/CM-blanc/CM-1/Duplication.java
Normal file
11
DEV.2.1/CM-blanc/CM-1/Duplication.java
Normal file
@@ -0,0 +1,11 @@
|
||||
import java.util.Arrays;
|
||||
|
||||
public class Duplication {
|
||||
public static void main(String[] args) {
|
||||
double[] tableau = new double[10];
|
||||
|
||||
Arrays.fill(tableau, 5.8);
|
||||
|
||||
System.out.println(Arrays.toString(tableau));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user