Search:

Type: Posts; User: tendulkarfan4life

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    1,291

    Re: Sorting and comparing errors.

    I still don't get this.. please help me!
  2. Replies
    5
    Views
    1,291

    Re: Sorting and comparing errors.

    run:
    T: 0 : 46: 3 GMT
    t2: 0 : 46: 3 GMT
    T3: 0 : 46: 3 GMT
    Random Array: 09 : 38: 16 GMT
    Random Array: 12 : 59: 39 GMT
    Random Array: 211 : 42: 1 GMT
    Random Array: 312 : 4: 32 GMT
    Random Array:...
  3. Replies
    5
    Views
    1,291

    Sorting and comparing errors.

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */

    Main File

    public class Main {

    public static void main(String[] args){
  4. Replies
    4
    Views
    1,288

    Re: Outofbounds error

    thanks you, it worked!
  5. Replies
    4
    Views
    1,288

    Re: Outofbounds error

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


    ParthLibraryLab3 Snowflake = new ParthLibraryLab3();

    Snowflake.userinput();
    ...
  6. Replies
    4
    Views
    1,288

    [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 6 of 6