Search:

Type: Posts; User: robin28

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,372

    Re: Simple code error

    Hmm. So what do I need to do to fix this? Im sorry, I am very new at this...Thank you for the reply
  2. Replies
    3
    Views
    1,372

    Simple code error

    I am getting an error with this code

    import java.util.Scanner;

    public class five
    {
    public static void main(String[] args)
    {

    Scanner keyboard = new Scanner(System.in);
  3. Replies
    3
    Views
    1,364

    Re: java newbie help..

    First off, thanks for the quick reply. I understand the too many scanners part. Im in the process of fixing that. However, I dont understand the pet error I am receiving. Am I supposed to make...
  4. Replies
    3
    Views
    1,364

    java newbie help..

    Eclipse keeps finding an error in the word Pet. It says "pet cannot be resolved to a type"
    Here is my code..THANKS!

    import java.util.Scanner;

    public class pets
    {

    public static void...
  5. Thread: school project

    by robin28
    Replies
    13
    Views
    1,981

    Re: school project

    I really would appreciate some help. This project is due tomorrow....
  6. Thread: school project

    by robin28
    Replies
    13
    Views
    1,981

    Re: school project

    im still stumped on this...I know how to switch letters around with a sentence, because I can see all of the indexs. But since the sentence has to be user input, how am I supposed to know what the...
  7. Thread: school project

    by robin28
    Replies
    13
    Views
    1,981

    Re: school project

    thanks I'll check that out
  8. Thread: school project

    by robin28
    Replies
    13
    Views
    1,981

    Re: school project

    I think it has to do with the "Methods in the Class String" section of my textbook, however, I don't see one which switches words. Also, if the user puts in their own input, I won't know which index...
  9. Thread: school project

    by robin28
    Replies
    13
    Views
    1,981

    Re: school project

    not much, i really dont know where to get started...

    import java.util.Scanner;
    public class lab4 {
    static Scanner keyboard = new Scanner(System.in);
    public static void main(String[]args)...
  10. Thread: school project

    by robin28
    Replies
    13
    Views
    1,981

    school project

    Hey Im new to java and have a pretty basic question. I have a homework assignment in which i have to write a program that reads a line of text as input, then moves the FIRST word to the END of the...
Results 1 to 10 of 10