Search:

Type: Posts; User: suxen

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,405

    Re: Issue with beginner program

    Thanks JJENG, I actually got it working by doing something else. I'll try your suggestion as well. However, I do need help with one thing.

    If I want to attach a password to a specific user after...
  2. Replies
    3
    Views
    1,405

    Issue with beginner program

    Hello, I have created a program that is supposed to create a registration account for World of Warcraft. My main problem is when executing the program, it asks for the password TWICE mainly I believe...
  3. Replies
    4
    Views
    1,247

    Re: Need help with calling a class

    delete please
  4. Re: Need help with program that checks requirements

    Thanks Mr. 777, I get what you're saying!
  5. Replies
    4
    Views
    1,247

    Need help with calling a class

    delete please
  6. Re: Issue with code. Does not detect duplicate names in file

    I guess it works fine if you just type in the first name of the artist. However if you type it in with a space, I get an error. Is it the same way for you?


    For example:

    Artist:
    boogy woogy
    ...
  7. Issue with code. Does not detect duplicate names in file

    please see post #5
  8. How would you check for duplicate usernames in a file?

    If I create a filename named users.txt that stores a list of usernames people would like to chose for an account, and I want to make sure their username is not already taken, how would I go about...
  9. Re: Need help with program that checks requirements

    I think I fixed it.

    I don't know what I was doing with all those returns in the first code. I cleaned it up a bit, and it seems to work!

    Also, thank you Bojan for the suggestion. However, I...
  10. Need help with program that checks requirements

    Hi there,
    I need to write a program that uses a class to check requirements of a password. The password needs to be at least 6 characters in length, contain 1 uppercase, 1 lowercase, and 1 digit. I...
  11. Replies
    3
    Views
    1,538

    [SOLVED] Re: issue with Character.isUpperCase class

    edit - I resolved it. I changed it to:


    for (i = 0; i < str.length(); i++)

    Thanks a lot for your help!
  12. Replies
    3
    Views
    1,538

    [SOLVED] Re: issue with Character.isUpperCase class

    Thanks Copeg for the hint. I'm very new to programming so it may take me a while to try to understand what you mean.
  13. Replies
    3
    Views
    1,538

    [SOLVED] issue with Character.isUpperCase class

    Hi there, I'm having issues with my program. Only one part of the driver program is having issues. For that reason, I've only attached a small section of the code. I was wonder if anyone would be...
  14. Replies
    2
    Views
    1,379

    Re: Need help with simple code

    Hi there, thanks for the help. I will try it out and see what happens. Unfortunately this is due in a few hours so I don't think I'll be able to solve it out by then. But your help is appreciated...
  15. Replies
    2
    Views
    1,379

    Need help with simple code

    Here is what I have for my code, I am trying to use multiple methods to calculate a best plan for the user based on the hours he inputs.

    basically, plan A is $9.95 a month and $2.00 per extra...
  16. Replies
    4
    Views
    2,812

    Re: Help with switch statements

    I already submitted the assignment. Thanks
  17. Replies
    4
    Views
    2,812

    Re: Help with switch statements

    Thanks for the help. That's exactly what I was thinking. However, our instructor told us to modify the statements to use switch statements.

    Here is the directions:



    Step 1: Write a program...
  18. Re: Really Quick n00b question, should take three seconds to answer

    edit - nevermind
  19. Replies
    4
    Views
    2,812

    Help with switch statements

    Hello all,

    I'm in a intro java class, and while the teacher is great, I am still having some issues with understanding how to use the switch method.

    The instructions are to:
    write a program...
Results 1 to 19 of 20