Group Study
Saturday, 30 March 2019
arry1
#include<stdio.h>
main()
{
int i,number[5];
for(i=0;i<5;i++)
scanf("%d",&number[i]);
for(i=0;i<5;i++)
printf("%d",number[i]);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment