Posts by Humberto Nascimento • 1 point
1 post
-
-3
votes4
answers940
viewsA: Java: How do I store a vector in another vector and using Math library
int exchange for double. int [] num = new int[5]; double [] num2 = new double[5]; Scanner entrada = new Scanner(System.in); for (int i = 0; i < num.length; i++) { System.out.println("Numero: ");…