Posts by Rapha085 • 23 points
1 post
-
2
votes2
answers174
viewsQ: Vector receiving a function that returns integers
Guys, I have some questions about vectors and functions. public class teste{ /*Função que retorna um vetor de inteiros com números aleatórios*/ public static int [] vetorFuncao(){ int…