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