loops

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.
You need a
1
2
3
4
5
do
{


}while(condition) 

Loop
Topic archived. No new replies allowed.