Search:

Type: Posts; User: JavaStudent1988

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,175

    Re: Help with my code please

    where? can you give me the link please?
  2. Re: How do you change the case of a letter?

    The string will be a user input
  3. How do you change the case of a letter?

    I'm trying to change the case of every letter.
  4. Replies
    3
    Views
    1,175

    Help with my code please

    Hi, I want to make a program that takes a sentence from the user input, removes all non-letters, reverses it and changes the case of every letter for example: Welcome to C4DM will become...
  5. Re: How do I call a method from the main method?

    public class className{

    public void method1(int n) {

    //code
    }
    public static void main (String args[]) {
    //how do I call method1?
    }
  6. How do I call a method from the main method?

    How do I invoke a method from the main method? does that make sense?
  7. Replies
    5
    Views
    1,108

    Re: How do you align?

    Not quite, see attached for what i want

    799
  8. Replies
    5
    Views
    1,108

    Re: How do you align?

    can you tell me where to look
  9. Replies
    5
    Views
    1,108

    How do you align?

    Hello, I wrote a program to generate the times tables. Now it works and everything but it is not aligned as in all the units, tens etc are not ordered. Basically, instead of:

    1 2 3 4 5 6...
  10. Replies
    2
    Views
    1,119

    Help with overriding

    Hi, I'm new here

    Basically I have a class called BonusSavingsAccount which extends another class called SavingsAccount and my tutorial says that the BonusSavingsAccount should "override its...
Results 1 to 10 of 10