#include <stdio.h> int a[5], b; int main() { for(b=0; b<5; b++) { scanf("%d", &a[b]); } for(b=0; b<5; b++) { printf("%d\n", a[b]); } }
To embed this project on your website, copy the following code and paste it into your website's HTML: