Search:

Type: Posts; User: tendulkarfan4life

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,280

    Re: Outofbounds error

    thanks you, it worked!
  2. Replies
    4
    Views
    1,280

    Re: Outofbounds error

    And my main looks like this:
    public class ClientParth {
    public static void main(String[] patel){


    ParthLibraryLab3 Snowflake = new ParthLibraryLab3();

    Snowflake.userinput();
    ...
  3. Replies
    4
    Views
    1,280

    [SOlved]Outofbounds error

    //Lab 3 Library By Parth Patel
    import java.util.Random;
    import java.util.*;
    import java.io.*;
    import java.util.logging.*;
    public class ParthLibraryLab3{
    int[]array;
    public void...
Results 1 to 3 of 3