You are viewing a single comment's thread from:
RE: Top 5 Programming Languages In 2018
can you write this programm according to dev c++ compiler...
Write a C++ program that accepts an integer from user (0-100) and write it in words. If user enters 25 then your program should write "Twenty Five" and so on... if user enters a number less than zero or greater than 100 then give a proper message to show invalid input.
Hint: use division and modulus operators in order to make the program short.
Sort: Trending
Loading...