Search:

Type: Posts; User: FlyingGvirus

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,008

    how does a buffer reader work

    I need help with a buffer reader , how does it work and what is the code for it ?
  2. 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
  3. 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);
    ...
  4. 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 4 of 4