Search:

Type: Posts; User: ruffu054

Search: Search took 0.13 seconds.

  1. Thread: Arrays

    by ruffu054
    Replies
    6
    Views
    1,313

    Re: Arrays

    still confused?????????????
  2. Thread: Arrays

    by ruffu054
    Replies
    6
    Views
    1,313

    Re: Arrays

    I dont make up the problem I just try to do them
  3. Thread: Arrays

    by ruffu054
    Replies
    6
    Views
    1,313

    Re: Arrays

    Its not giving me the correct output when run the program.
  4. Thread: Arrays

    by ruffu054
    Replies
    6
    Views
    1,313

    Arrays

    import java.util.Scanner;
    public class Max_Number {
    public static void main(String[] args) {
    Scanner input = new Scanner(System.in);

    double[] myList = new double[6];

    ...
Results 1 to 4 of 4