Search:

Type: Posts; User: RepersGhost

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,145

    Help with how to set up my layout

    This is what i need to do except the layout alone is being a pain and cant get it to do what i want even though i know how to make a flow and grid layout.

    I'm using grid at the moment

    2459
    ...
  2. How to use printf statements with formatting symbols to align the labels and data

    Ok so I got my program to work (WOW) now my teacher wants me to use printf statements with formatting symbols to align the labels and data to make the outputs all pretty and organized. So the...
  3. Re: Question about the first curly bracket after your public class

    We are using the command prompt so it just says error you are missing a { nothing that really explains anything for me.
  4. Question about the first curly bracket after your public class

    Ok so I had a question from class and it was what does it mean and happen if you don't have the { after your public class. So what does this mean for the program if you left it out does the program...
  5. Replies
    7
    Views
    1,185

    Re: Boolean problem

    Thanks for the quick replies. For the above I have no idea how to do that. If someone wants to show me how that would be done I would appreciate it otherwise I got it to work by just creating another...
  6. Replies
    7
    Views
    1,185

    Re: Boolean problem

    Ok well I did as you said and used the println to see what they were being seen as and I think the problem is with the

    firstName = firstName.toUpperCase();

    because I made the firstName Mike...
  7. Replies
    7
    Views
    1,185

    Re: Boolean problem

    What I mean is for this problem the boolean is checking the names and if the name is the same it is true and should give a discount and then do the following.


    if (discount)
    {...
  8. Replies
    7
    Views
    1,185

    Boolean problem

    Ok working on another problem and everything works like it should except for the fact that my boolean discount isn't showing the output for some reason? I think I'm missing something really simple...
  9. Re: Trying to figure out how to use char in this problem.

    Thank you very much the program works the way it should now. Just need to make an invalid output and it should be perfect.
  10. Re: Trying to figure out how to use char in this problem.

    Ok thanks everything you said made sense and I could do except for the "Then use the String charAt(0) method to obtain a char to use in the InternetCharges constructor." Just not sure how to exactly...
  11. Trying to figure out how to use char in this problem.

    Hello all this is my first time here. So I'm doing this program for school and we are supposed to follow the below UML. The program below works the way it is however it uses the int pkg instead of...
Results 1 to 11 of 11