Search:

Type: Posts; User: FlyingGvirus

Search: Search took 0.09 seconds.

  1. Re: Filling an array with user input and a method

    ok yea i know that but what i need to do is make it so that it asks for a number for every open slot in the array and i cant think of how to do that
  2. Re: Filling an array with user input and a method

    public class Ex6_02
    {

    public static void main(String[] args)
    {
    String ans = JOptionPane.showInputDialog("give me a length");
    int Lgth = Integer.parseInt(ans);
    ...
  3. Filling an array with user input and a method

    i need to create a program that asks the user for an array and then
    asks the user to fill in the slots of the array but i have to do it
    in a method can any 1 help i can post the question if it...
Results 1 to 3 of 3