Design a program using pseudocode that prompts the user to enter a number within the range of 1 - 10. The program should then display the roman numeral version of that number . If the number is outside of the range 1-10, the program should display an error message. Here are some necesary parameters to help solve the problem. a. Create a main module. It should declare one local variable and call two other modules. b. Create a module to get input from the software user. c. Create a module that uses a Case structure Please declare variables/constants, write line numbers before each line of the algorithm, include blank numbered lines between modules and write comments. **example of desired format is attatched
Design a program using pseudocode that prompts the user to enter a number within the range of 1 - 10. The program should then display the roman numeral version of that number . If the number is outside of the range 1-10, the program should display an error message. Here are some necesary parameters to help solve the problem.
a. Create a main module. It should declare one local variable and call two other modules.
b. Create a module to get input from the software user.
c. Create a module that uses a Case structure
Please declare variables/constants, write line numbers before each line of the
**example of desired format is attatched
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images