Posts by FERNANDO ORIAS BRANCO • 1 point
1 post
-
0
votes4
answers15159
viewsA: C language - Prime numbers in vectors
//simple and precise #include <stdlib.h> #include <stdio.h> int main() { int usuario[10],i; for (i=1;i<=9;i++) { do { printf("digite o %d numero maior que um e que seja positivo.:…