Search:

Type: Posts; User: M.ubc

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    926

    Re: Please help wih JAVA!!

    Its a midterm question that i didnt know, all it said was "write a main program that would print out any command line arguments in reverse"

    Im not too sure how to set up the main program, i...
  2. Replies
    7
    Views
    926

    Re: Please help wih JAVA!!

    Yea its the first semester and I am totally lost, all i have is this:
    code to show how to go reverse in an array but im not sure what to do for command line arg.

    int[]a = new int[2]
    a[0] = 2;...
  3. Replies
    7
    Views
    926

    Please help wih JAVA!!

    I have a question from class and need to write a simple main program that would print out any command line arguments in reverse.
    Im still quite new to Java as this is my first course.

    An example...
Results 1 to 3 of 3