id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

andersoniii.edwin@cusd80.com > DecimalToRomanTwo
prev  |  next  |  chance

Friends, Romans, Countrymen lend me your ear. We will soon have a program which will allow us Romans to do arithmetic using our numerals! PART TWO - Programmers please complete the code to receive a Decimal number and return a Roman numeral (string) FOR PART TWO we will be concerned with changing 4 into "IV" example 16 will return XVI. Note the largest Roman character is M for 1000. Choose the hint for the other values and characters.


DecimalToRomanTwo(2000) → "MM"
DecimalToRomanTwo(2900) → "MMCM"
DecimalToRomanTwo(1500) → "MD"

...Save, Compile, Run (ctrl-enter)

public String DecimalToRomanTwo(int num) }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 191 Post-solution available

Copyright Nick Parlante 2017 - privacy