#include <iostream.h>
#include <conio.h>
int main()
{
int number[5];
cout<< " enter the number \n";
for (int i=0;i<=5;i++)
{ while (i!=$)
{
cin >> number[i];
}
}
for (int i;i<='null';i++)
{ cout<< "number="<<number[i];
}
getch();
return (0);
}
i have used a special character which tells the user to press$ when he is out of inputs but it shows a error.. need help