Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. markpanther

    looping

    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&quot...
  2. markpanther

    looping

    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...

Part and Inventory Search

Back
Top