Search:

Type: Posts; User: LinuxPower

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,866

    Re: Rearranging string input.

    Prompt the user for the info, then use the printf to format your strings.
    Example:
    System.out.println( "Enter the hair color, eye color, and age, separate each with a space." );
    age =...
  2. Replies
    6
    Views
    1,010

    Re: Exception Handling

    Thanks Greg. I think I may have to just keep reading this chapter until it finally clicks, and keep reading the codes that I have. It's hard for me to explain exactly what I mean, but I appreciate...
  3. Replies
    6
    Views
    1,010

    Re: Exception Handling

    Thanks. I have it, 9th edition. Exception handling is covered in all of Chapter 11, 25 pages worth. Assuming I have read it, of course assuming, because why would I ask a question when I have the...
  4. Replies
    6
    Views
    1,010

    Exception Handling

    Hi all, I have another question about exception handling, as stated previously, it's a bit confusing, although you all have helped clear it up better for me. Anyways, here is my code, and then I'll...
  5. Replies
    4
    Views
    1,268

    Re: Exception Handling

    Sounds a bit more clear now. Thanks!
  6. Thread: help me pls

    by LinuxPower
    Replies
    3
    Views
    1,027

    Re: help me pls

    Without telling you the answer to your homework, I would say to put the strings into an array an use the built in methods to calculate your data.
  7. Replies
    4
    Views
    1,268

    Exception Handling

    Hi all, I am new to this forum so please be patient with me. I am a new programmer and I seem to be confused with the concept of exception handling. If we are to write code that would try a...
Results 1 to 7 of 7