See More

package com.laiane.cursojava.aula19; import java.text.DecimalFormat; import java.util.Scanner; public class Exer04 { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int[] vetorA = new int[15]; double[] vetorB = new double[vetorA.length]; for (int i=0; i