Search:

Type: Posts; User: Drasumok

Search: Search took 0.18 seconds.

  1. Replies
    6
    Views
    1,258

    Re: Problem with string.compareTo();

    Below the code is where I put the input and output of the program, and setting the compareTo() < 0 fixed my problem
  2. Replies
    6
    Views
    1,258

    Problem with string.compareTo();

    I've been having an issue with a lab that I'm doing for school and my professor specifically wants us to use the .compareTo() method for the following code:


    import java.util.*;

    public class...
Results 1 to 2 of 2