Search:

Type: Posts; User: JavaPF

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,635

    Re: Confused with Arrays

    This should help you move forward:


    import java.util.Scanner;

    public class Array
    {
    private static int getProduct;

    public static void main(String[] args)
  2. Replies
    3
    Views
    1,635

    Re: Confused with Arrays

    Is this program meant to take user input from the console and place the numbers into an array?
Results 1 to 2 of 2