Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    2,722

    Re: Bigger and Smaller

    Following on from JavaPF's code:


    System.out.println("IntegerA=" + myIntegerA);
    System.out.println("IntegerB= " + myIntegerB);


    Iding the output can make it more...
  2. Replies
    4
    Views
    2,722

    Re: Bigger and Smaller

    The problem has several points:
    reads an integer N
    The program then reads N integer values
    The values are checked to be between some values...
    finds the largest value entered
    finds the...
Results 1 to 2 of 2