Search:

Type: Posts; User: trogan234

Search: Search took 0.12 seconds.

  1. How do I make this Palindrome tester ignore punctuation?

    Heres the Palindrome Tester:

    //import cs1.Keyboard;

    public class PalindromeTester
    {
    //-----------------------------------------------------------------
    // Tests strings to see if they...
  2. Re: Help with code that prints number of evens, odds, and 0's

    Solved. Dude I love you.
  3. Help with code that prints number of evens, odds, and 0's

    Okay, so my assignment was this: Design and implement an application that determines and prints the number of odd, even, and zero digits in an integer value read from the keyboard.
    What should...
Results 1 to 3 of 3