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