Search:

Type: Posts; User: ayelleeeecks

Search: Search took 0.18 seconds.

  1. Re: Having trouble figuring out this method. Involves while-loops!

    Anyone? It's due in two days. I've been working on it for two weeks.
  2. Having trouble figuring out this method. Involves while-loops!

    Okay, I just included the assignment in case anyone was confused by what I'm asking here. This is my code so far:


    public class Opoly{
    private int boardSize;
    int[] gameArray;
    private int...
  3. Re: For-looping, if-else statements, charAt(), etc. Beginner programming problem

    Ahhh, thank you so much! Seriously, you have been a HUGE help, and I think all the examples work now! Thanks again! I reallllly appreciate it!
  4. Re: For-looping, if-else statements, charAt(), etc. Beginner programming problem

    Okay, that makes sense. So now I have:

    import java.util.Scanner;
    public class WildEquality{
    public static void main(String[] args){
    Scanner scan=new Scanner(System.in); //creates a...
  5. Re: For-looping, if-else statements, charAt(), etc. Beginner programming problem

    That seriously helped so much, thank you! I didn't end up needing to use the break statement anyway, but I do have one more question. Here's what I have right now:

    import java.util.Scanner;...
  6. Re: For-looping, if-else statements, charAt(), etc. Beginner programming problem

    Okay, so I already have part of the code that will check to see if the strings are the same length, that was the easy part. I've done this from the pseudo code you provided, but I'm still confused as...
  7. Re: For-looping, if-else statements, charAt(), etc. Beginner programming problem

    So wait, how would I check for something like that? A for loop that can check both strings at once and then ONLY continue if there is a wildcard? Maybe I misunderstood what you were saying, but I've...
  8. For-looping, if-else statements, charAt(), etc. Beginner programming problem

    This is what I was assigned:



    Okay. So I imported the scanner easily, and I also converted both strings to lowercase already. With the code I have now, I can type in two of the same word, with...
Results 1 to 8 of 8