Search:

Type: Posts; User: sukuiichuu

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,076

    Re: Noobie issues?

    Oh, yes! I'm sorry, here's the main method, but I am also having issues with that, but I am trying to figure them out before throwing in the towel.


    import java.util.Scanner;
    import...
  2. Replies
    3
    Views
    1,076

    Noobie issues?

    I'm having a few issues with my program. First off, for some reason when I do setBasePrice, it doesn't return as a -1 nor 1, depending on what I do. As well, for calculateTotalPrice, it doesn't...
  3. Replies
    5
    Views
    5,788

    [SOLVED] Re: Generate UserID?

    Ahh, subString! Thank you javapenguin!

    Also, oh derp. I guess I do need to give them values. I think I understand what I need to do now, thank you Norm!
  4. Replies
    5
    Views
    5,788

    [SOLVED] Re: Generate UserID?

    Using A as String firstName and B as String lastName in Interactions, the output is currently:
    First name: A B
    User ID: null
    Password: null
    Would you like to change your password?(Y - Yes, N -...
  5. Replies
    5
    Views
    5,788

    [SOLVED] Generate UserID?

    Hello, I'm learning how to use Java and I am not really understanding what I'm doing. I am trying to create a class (which I'm having trouble understanding alone), but in this class, I'm trying to...
Results 1 to 5 of 5