Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
6
Posts with Downvotes
2
Downvoting Members
5
0 Endorsements
~315 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for kingbarry90

#include<iostream.h> using namespace std; char*ones(int number){ int num = number&&100; if(num>10&&num<20){ return ""; } else { num = num%10; switch (num){ case 1: return "one"; case 2: return "two"; case 3: return "three"; case 4: return "four"; case 5: return "five"; case 6: return "six"; case 7: return "seven"; case …

Member Avatar for Unix*
-1
97
Member Avatar for kingbarry90

hi.. im a freshmen IT student.. we hav a problem with my group here.. create a program that will output number to its equivalent word maximum number is 9000.. can sumbody help me using c++ 3.0... thanks

Member Avatar for VernonDozier
-5
218