Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
took introduction to java this semester, but unfortunatly i missed some classes. now i'm sitting here and have some programs due monday, but i don't now where to start! please, please help me! here's what i need to do: Write a Java program [utilizing ConIO.java or FormIO.java] that counts the individual numbers of each vowel ('a', 'e', 'i', 'o', 'u') in a user-input string (don't forget that the input may be upper- or lower-case). 2. (Palindrome.java) Write a Java program [ utilizing ConIO.java or FormIO.java] that tests whether a user-input string is a palindrome, which is a string such as "otto" that reads the same in both directions.
4. Write the body of the method Provide test (main) methods to see that the methods perform as described.
Replies:
|
Sponsored Links
|