Search:

Type: Posts; User: SilentPirate

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    2,127

    Re: New To Java (Help with arrays)

    I tried your code and it works.

    I managed to figure it out yesterday with the following code:



    import java.util.Scanner;

    public class Check
    {
  2. Replies
    6
    Views
    2,127

    Re: New To Java (Help with arrays)

    Sorry about that. It doesn't give me any errors, just the wrong output.

    When running the code:

    Enter Numbers: 5 7 9[ENTER]
    Output: Enter Numbers: Enter Numbers: Enter Numbers

    Thanks
  3. Replies
    6
    Views
    2,127

    New To Java (Help with arrays)

    Hello, i've just started using java, but I don't seem to be getting the following output correct:



    import java.util.Scanner;

    public class MinNum
    {
    public static void main(String[] args)...
Results 1 to 3 of 3