subject

Write a program that accepts a year written as a 4-digit Arabic numeral and outputs the year written in Roman numerals. Some important Roman numerals are V for 5, X for 10, L for 50, C for 100, D for 500, and M for 1000. Some numbers are formed by using some kind of subtraction where a lesser-valued numeral is written left of a higher-valued one. The lesser-valued is then subtracted from the higher-valued one. For example: IV becomes 4, CM becomes 900, etc. Your program should include a loop that allows the user play again until he or she is done.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
This is not a factor that you should use to determine the content of your presentation. your audience your goals your purpose your technology
Answers: 1
question
Computers and Technology, 22.06.2019 18:30
The "instance" relationship shows that something is an object of a
Answers: 1
question
Computers and Technology, 22.06.2019 22:40
In this lab, you complete a python program that calculates an employee's annual bonus. input is an employee's first name, last name, salary, and numeric performance rating. if the rating is 1, 2, or 3, the bonus rate used is .25, .15, or .1 respectively. if the rating is 4 or higher, the rate is 0. the employee bonus is calculated by multiplying the bonus rate by the annual salary.
Answers: 1
question
Computers and Technology, 23.06.2019 13:30
Font size, font style, and are all aspects of character formatting.
Answers: 2
You know the right answer?
Write a program that accepts a year written as a 4-digit Arabic numeral and outputs the year written...
Questions