This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Declare um vetor de 10 posições | |
* preencha com os 10 primeiros números ímpares | |
* escreva na tela o resultado | |
*/ | |
package vetores; | |
public class Exercicio02 { | |
public static void main(String[] args){ |