cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
loops
loops
Oct 25, 2012 at 2:23pm UTC
username210
(1)
Hi there i need help writing a program which converts numbers 1-10 to roman numerals but if any other integer is entered the program will loop back to the main function.
Oct 25, 2012 at 3:49pm UTC
pogrady
(677)
You need a
1
2
3
4
5
do
{ }
while
(condition)
Loop
Topic archived. No new replies allowed.