int je;
cout<<"Enter a number: ";
cin>>je;
cout<<"In words: "<<tospell;
i think there is something wrong with my code, will you please someone help with this output??? example:
Enter a number: 81
eighty one
cout<<"Enter a number: ";
cin>>je;
cout<<"In words: "<<tospell;
i think there is something wrong with my code, will you please someone help with this output??? example:
Enter a number: 81
eighty one
Comment