Question: Please help and please read all the instructions throughly. The code has to be exactly exactly as it is below. Please look at the examples

Please help and please read all the instructions throughly. The code has to be exactly exactly as it is below. Please look at the examples below to see how to convert integer to roman numerals and the conversion agorithm there.This is a simple begineer CS class using Java. I have only learned for and if statements, scanner, parameters, char.At, printf, return, Math.(example), and other little things so far, no arrays yet. Thank you for answering this problem!

Please help and please read all the instructions throughly. The code has

to be exactly exactly as it is below. Please look at the

examples below to see how to convert integer to roman numerals and

the conversion agorithm there.This is a simple begineer CS class using Java.

Write a program to convert an integer value (positive or negative number) to a roman number. Study the following document by your next lab activity and familiarize yourself with the conversion algorithm. You must use methods and conditional statements to do 1. You must output the description of the program. You must create a method called description. 2. Create a method called roman that accepts an integer value as its parameter and returns its roman equivalent 3. You must ask the user how many times he/she wants to use the app 4. You must have a method called roman that accepts an integer value as its parameter and returns a string representing the given number 5. You must have a method called start 6. Your main method can only have two lines of code 7. Create a method called birthday that accepts a Scanner object as its parameter, this method should ask the user for the month, day and the year of the person's birthday, convert it to roman numbers and display it on the screen. You must prompt the user for the month, day and year. You must generate the exact same output as the following This program converts your birthday to its equivalent roman numbers How many times do you want to repeat this program: 3 Enter your name: Mary Hi Mary let's start Enter the month of your birthday: 12 Enter the day of your birthday: 12 Enter the year of your birthday: 2012 Your birthday in Roman is: XIIXMMXII Enter your name: Alex Hi Alex let's start Enter the month of your birthday: 8 Enter the day of your birthday: 28 Enter the year of your birthday: 1996 Your birthday in Roman is: vill XXVIIIMCMXCV Enter your name: Jack Hi Jack let's start Enter the month of your birthday: 5 Enter the day of your birthday: 18 Enter the year of your birthday: 2004 Your birthday in Roman is: V rxvllI MMIV

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!