Hi everyone,
I am a newbie here and I haven't read anything--I know I should. Sorry in advance if I break any rules in this posting.
I am having a problem with this project I am working on. The assignment is to create an application that will give a user the choice of displaying the roman numeral equivalence of a number between 1 and 10 or displaying a count of roman numerals from 1 to 10.
program should not end before the user decides to end it
must use the if, while, for and switch structures in code
and output format should resemble:
"This program can display any roman # between 1 and 10.
This program can also count from 1 to 10 in roman #
enter the # 1 to display the roman equivalent of a number
enter #2 to count from 1 to 10 in roman numerals
enter any other # to end application
enter ur choice.... 1
enter any # from 1 to 10: 7
roman numeral VII Decimal 7
and it should loop back to enter 1 or 2 options
than enter ur choice 2
it should list roman numeral I-X and decimal 1-10 but in 2 separate rows
if anyone could help it would really be appreciative...i think im going through writers block