Search:

Type: Posts; User: malith

Search: Search took 0.06 seconds.

  1. Re: String Method(Reverse words, reverse characters,Uppercase, lowercase,length)

    I am new to this. Well it says under the Code box what i put in. It was "Hello World" That was my input and what came out of that was displayed in that box. I dont get you mean sorry.
  2. Re: String Method(Reverse words, reverse characters,Uppercase, lowercase,length)

    What are you talking about?? Havent i been doing that?
  3. Re: String Method(Reverse words, reverse characters,Uppercase, lowercase,length)

    System.out.print("Hello user, please enter a sentence or phrase which is two words:");

    String s1, s2;
    s1 = keyboard.next();
    s2 =keyboard.next();

    System.out.println("You...
  4. Re: String Method(Reverse words, reverse characters,Uppercase, lowercase,length)

    [QUOTE]I am wondering if i need to equal both the strings

    Sorry i did not make it clear. Ok so for step 3 i need to reverse the wording by word. I was wondering how i can do that. I asked the...
  5. String Method(Reverse words, reverse characters,Uppercase, lowercase,length)

    (1) Ask the user to type in a sentence or phrase with between 2 and 5 words (2 really would be fine).

    (2) Display the user’s sentence or phrase.

    (3) Reverse the wording by word.

    (4)...
  6. Replies
    3
    Views
    2,343

    Re: Zellers Congruence

    Thank you Zaphod! This actually helped a lot. Good tips and ways to approach a program for every person who is doing programming. I got it all completed with no errors. I will definitely use your...
  7. Replies
    3
    Views
    2,343

    Zellers Congruence

    Hi I am trying to solve Zellers Congruence and I am having a little trouble. Here's my instructions:


    1) Allow the user to enter a month. For calculation purposes, January = 1, February = 2,...
Results 1 to 7 of 7