Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by Day ( 3 years ago )
#include<stdio.h>
#include<stdlib.h>
main(){
int i=0;
int idades[3];
for(i=0;i<3;i++){
printf("Digite a idade: ");
scanf("%d",&idades[i]);
}
printf("idades cadastradas\n");
for(i=0;<3;i++){
printf("%d/n" ,idades[i]);
}
}
Revise this Paste