#include<iostream>
using namespace std;
int main()
{
char array;
for(array=1;array<5;array++)
{
cout<<"enter the string : "<<endl;
for(array=1;array<5;array++)
cin>>array;
}
for(array=1;array<5;array++)
{
cout<<"you entered string is:"<<array;
}
return 0;
}
No comments:
Post a Comment