here's the sample run SAMPLE RUN 1: --------------------------WELCOME TO THE ROMAN NUMERAL COMPUTATION------------------------------- [1] Number to Roman Numeral [2] Roman Numeral Addition [3] Roman Numeral Subtraction [4] Roman Numeral Multiplication [5] Exit Enter choice: 1 Enter a number: 16 Roman Numeral equivalent is XVI Enter choice: 5 SAMPLE RUN 2: --------------------------WELCOME TO THE ROMAN NUMERAL COMPUTATION------------------------------- [1] Number to Roman Numeral [2] Roman Numeral Addition [3] Roman Numeral Subtraction [4] Roman Numeral Multiplication [5] Exit Enter choice: 2 Enter first number: 2 Enter second number: 14 The sum is XVI Enter choice: 3 Enter first number: 10 Enter second number: 7 The difference is III Enter choice: 4 Enter first number: 3 Enter second number: 4 The product is XII Enter choice: 5 SAMPLE RUN 3: --------------------------WELCOME TO THE ROMAN NUMERAL COMPUTATION------------------------------- [1] Number to Roman Numeral [2] Roman Numeral Addition [3] Roman Numeral Subtraction [4] Roman Numeral Multiplication [5] Exit Enter choice: 0 Invalid input. Enter choice: A Enter a word: Apple Enter choice: 2 Enter first number: -2 Invalid input. Enter choice: 1 Enter a number: / --------------------------WELCOME TO THE ROMAN NUMERAL COMPUTATION------------------------------- [1] Number to Roman Numeral [2] Roman Numeral Addition [3] Roman Numeral Subtraction [4] Roman Numeral Multiplication [5] Exit Enter choice: 5