Results 1 to 3 of 3
Thread: A beginner question.
- 10-02-2012, 10:18 AM #1
MHILLE
- Join Date
- Oct 2012
- Location
- Quezon City, Philippines
- Posts
- 3
- Rep Power
- 0
A beginner question.
You are given the following rules about strings:
1. There can only be an even number of vowels
2. There must be AT LEAST 3 digits
3. There must be AT MOST 3 non-alphanumeric characters
(Defined as not in the set {0…9,a…z,A…Z})
4. There must be no occurrence of the letters ‘b’ or ‘q’ in the string.
Write a program that will determine if the inputted string is valid based on the given rules.
Please help me, this is my project. I'm not good (at all) in programming. So please help me :(
- 10-02-2012, 10:33 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Re: A beginner question.
Please don't double post.
I will lock the other thread.
What have you written so far and where are you stuck?
This is not a coding service...Please do not ask for code as refusal often offends.
- 10-02-2012, 10:41 AM #3
Re: A beginner question.
Please go through the Forum Rules -- particularly the second and third paragraphs.
Also useful if you are to get help on this or any other forum: How to ask questions the smart way
dbWhy do they call it rush hour when nothing moves? - Robin Williams
Similar Threads
-
Beginner GUI question
By stuckonjava in forum New To JavaReplies: 4Last Post: 02-16-2012, 11:16 PM -
Java Question [Beginner Question]
By joker760 in forum New To JavaReplies: 3Last Post: 12-13-2011, 04:01 PM -
Beginner Question About Packages, etc
By Humphrey Bogart in forum New To JavaReplies: 15Last Post: 03-24-2011, 04:45 PM -
Beginner - question of 'if' statement
By hayden06f4i in forum New To JavaReplies: 6Last Post: 11-08-2010, 02:45 AM -
Beginner question about ArrayList
By kesi in forum New To JavaReplies: 3Last Post: 09-19-2009, 11:30 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks