Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.11 seconds.

  1. Replies
    14
    Views
    4,913

    Re: Roman Numbers

    Just making sure you now :)

    Chris
  2. Replies
    14
    Views
    4,913

    Re: Roman Numbers

    Not a method, an instance variable
  3. Replies
    14
    Views
    4,913

    Re: Roman Numbers

    the variable roman is a char Array, in Java these have a variable known as length containing the size of the array.

    Chris
  4. Replies
    14
    Views
    4,913

    Re: Roman Numbers

    How abou tthis


    import java.util.Scanner;


    public class Roman {
    public static void main(String[] args) {
    Scanner stdIn = new Scanner(System.in);
Results 1 to 4 of 4