Question: Design a program in pseudocode that prompts the user to enter a number within a range of 1 to 10. The program should then
Design a program in pseudocode that prompts the user to enter a number within a range of 1 to 10. The program should then display the Roman Numeral version of that number. Rules: . W Main is the controller. Use Case statements to do the translation from number to Roman numeral. Recall how pseudocode case statements are translated to Python. After completing the pseudocode design, program the design using Python. A Latin refresher: . Use an Function module to get the number from the user (we've done this). Use a Procedure module to display the output. . Number 1 2 3 4 5 9 7 8 9 10 Upload the pseudocode design and the Python code. Roman Numeral ||| IV V VI VII VIII IX X
Step by Step Solution
There are 3 Steps involved in it
Based on the question let me first provide you with t... View full answer
Get step-by-step solutions from verified subject matter experts
