Search:

Type: Posts; User: CodingNoob

Search: Search took 0.10 seconds.

  1. Re: Learning to code and this is the first thing I put together from what I learned, I don't know how to fix the problem!

    Oh man, lots of love and respect! Thanks for the quick responses too. So amazing! Thanks again Greg!
  2. Re: Learning to code and this is the first thing I put together from what I learned, I don't know how to fix the problem!

    I finally fixed most of the problems but I cannot fix the distance one, I moved the comma around but it still doesn't work. I am trying to have a (String, int). It's on line 20: The method...
  3. Re: Learning to code and this is the first thing I put together from what I learned, I don't know how to fix the problem!

    Thank you very much! I have a lot to research!
  4. Re: Learning to code and this is the first thing I put together from what I learned, I don't know how to fix the problem!

    Sorry about that! I had no clue. My question is why won't my program work when I want to be able to have a user input for an object to respond and after each response I wanted it to loop back to the...
  5. Learning to code and this is the first thing I put together from what I learned, I don't know how to fix the problem!

    import java.util.Scanner;

    class Robot {

    public void speakreturn(String mainmenu) {
    System.out.println("What can I do for you?");
    }
    public void grab(String text) {...
Results 1 to 5 of 5