Can someone show me how to fix this
public class RomanNumeral {
private final int num;
private static int[]
numbers =
{1000, 900, 500, 400, 100, 90, 50, 40, 10, 9, 5 , 4, 1) ;
private static String[] letters = { "M"...
Can anyone help me w this code some
Im tryin to convert digits to roman numerals and vice versa
import javax.swing.JOptionPane;
public class ExerRoman {
String arabicString = new String(arabic); String romanString = new String("");
String aLen = arabicString.length;
int n = 1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.