Please help me,I'm really confuse....I'm new in this groups and also 
new in C++.I'm just starting to learn it

My question is how will i write a program that will ask the user for 
an integer number and output the word equivalent of the input(1000-
3000)limit inclusive

example

Input: 1954
Output: one thousand nine hundred fifty-four

Please give me the code.....thanks

i dont know if this is right and what is the next step ????

#include<iostream.h>

int main()

{
 int num;
 cin>>num;
 if( num < 1000 || num > 3000)

what will be the next...................................


Please help me......I'm really new in C++
I'm stuck with this problem

Thanks....i hope someone will reply with this


  

Reply via email to