write a program that takes a three digit/two digit/one digit number as an input and displays the number in words
DuduGuy 0 Newbie Poster
Recommended Answers
Jump to PostPlease find attached the solution:
int main() { int number; cin>> number; cout<<endl; cout<<"the number in words"; return 0; }
Note: not compiled or tested!
All 3 Replies
DaveAmour 160 Mmmmmm beer Featured Poster

iamthwee
NathanOliver commented: I wish I cold vote more than once on this. +13
davidnelson4911 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.