Search:

Type: Posts; User: mag12203

Search: Search took 0.11 seconds.

  1. Thread: Palindrome

    by mag12203
    Replies
    13
    Views
    2,621

    Re: Palindrome

    Yes that is it.
  2. Thread: Palindrome

    by mag12203
    Replies
    13
    Views
    2,621

    Re: Palindrome

    Thanks Copeg for your understanding. You might want to check out another Java Forum where the include a section to its member of "how to answer questions in thoughtful way". :o
  3. Thread: Palindrome

    by mag12203
    Replies
    13
    Views
    2,621

    Re: Palindrome

    Actually I think you rude for first assuming that I did not read the welcoming threads. In fact some of the other members as well respond with rude replys such as calling someone lazy. The moderators...
  4. Thread: Palindrome

    by mag12203
    Replies
    13
    Views
    2,621

    Re: Palindrome

    Is this the correct method for a palindrome. I looked at all the various method under the String class and I don't which one to use. Please help if you can.
  5. Thread: Palindrome

    by mag12203
    Replies
    13
    Views
    2,621

    Re: Palindrome

    Ok thnaks Do I put the code in the body of this area surrounded by tags. I do not see a separate place for my code.
  6. Thread: Palindrome

    by mag12203
    Replies
    13
    Views
    2,621

    Palindrome

    import java.util.*;

    public class isPalindrome
    {
    static Scanner kb = new Scanner(System.in);

    public static void main(String[] args)
    {

    System.out.println("Enter words to check if they are a...
  7. Thread: Palindrome

    by mag12203
    Replies
    13
    Views
    2,621

    Re: Palindrome

    How do I post my code?:confused:
  8. Thread: Palindrome

    by mag12203
    Replies
    13
    Views
    2,621

    Re: Palindrome

    how do I post my code?
  9. Thread: Palindrome

    by mag12203
    Replies
    13
    Views
    2,621

    Palindrome

    Hi I'm am new to Java. How do I take a String argument and return a boolean value? :confused:
  10. Replies
    1
    Views
    978

    Hello everyone

    I just finished my first Java course and would like to continue learning as much as I can.:cool:
Results 1 to 10 of 10