Posts by Clebson_Uchoa • 1 point
1 post
-
0
votes4
answers5419
viewsA: Vector without repeated numbers in C
//Codigo Simples #include <stdio.h> int main(){ int i,j,n,vetor[20]; int bandeira = 0; for(i = 0; i < 5; i++){ scanf("%d", &n); …
canswered Clebson_Uchoa 1