Search:

Type: Posts; User: Solidius

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,615

    Re: Confused with Arrays

    getProduct is suppose to to get an unspecified number of integers that is passed to the method using a variable-length argument list, and also returns the product of the integers.

    also thx for...
  2. Replies
    3
    Views
    1,615

    Confused with Arrays

    This is what i have so far...

    import java.util.Scanner;

    public class Array
    {
    private static int getProduct;

    public static void main(String[] args)
    {
Results 1 to 2 of 2