User Profile
Collapse
-
i write "tospell", so the number i type will automatically convert into words... what should i put so???... -
answer
int a;
cout<<"Enter a number";
cin>>a>>tospell ;
there is something wrong in my output will you please help me???
Example
Enter a number: 1
oneLeave a comment:
-
Number in Words
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
No activity results to display
Show More
Leave a comment: