can you help me on how to convert the numbers into words .
here is my example on how to do that program but im not sure if this is a correct program..
#<iostream.h>
#<conio.h>
int ones,tens,hundreds
main()
{
cout<<"ENTER NUMBER";
cin>>number;
cout<<"ENTER ONES";
cin>>ONES;
if(number==1);
cout<<"one";
else if(number==2);
cout<<"two";
else if(number==3);
cout<<"three";
else if(number==4);
cout<<"four";
else if(number==5);
cout<<"five";
ang so on and so forth ,,,
--this program that i make is too long ..how can i make a short program?help me ..