Results 1 to 3 of 3
- 12-17-2008, 07:23 PM #1
Member
- Join Date
- Dec 2008
- Posts
- 1
- Rep Power
- 0
please I need your help to solve these problems
I'm beginner in java
Would u pleez help me
I need a sloution for those problems below
I'll appreciate your help and I'll never forget it
problem 1:
Write a program that allows the user to input a string.
Your program will extract and display the vowel/s.
Sample output :Enter a string: Hello World { press enter}
Vowels = e o o
Enter a string : HELLO JavA {press Enter }
Vowels = e o a a
problem2:
Write a program to display a multiplication table, by entering the start number and the end number
sample output:
Enter start number : 1
Enter end number : 3 { press enter}
1 2 3 4 5 6 7 8 9 10
1 1 2 3 4 5 6 7 8 9 10
2 2 4 6 8 10 12 14 16 18 20
3 3 6 9 12 15 18 21 24 27 30
problem 3:
Write a program to enter five numbers and will determine the location of the number.
Sample output
Enter 5 numbers:
1
2
3
4
5
Enter number to search : 1 " press enter "
1found in location 1
and thanxxxx a lotLast edited by edge_5050@hotmail.com; 12-17-2008 at 07:25 PM.
- 12-17-2008, 07:44 PM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
And what did you come up with?
FYI, we are not simply going to do this for you.
-
I second the reply above -- let's see a decent try by you towards a solution first. I've found that usually the more thought and effort posters put into creating and solving their questions, the better their chances are of a volunteer here taking the time and effort to consider it and give a helpful answer.
Similar Threads
-
Help me to solve problem
By mansoorhacker in forum Forum GuidesReplies: 8Last Post: 01-24-2009, 06:29 PM -
Solve my Problem
By kyo in forum New To JavaReplies: 1Last Post: 12-16-2008, 02:22 PM -
Help me to solve problem
By mansoorhacker in forum New To JavaReplies: 3Last Post: 11-13-2008, 08:15 AM -
Please help me solve these Java Problems
By saculellav in forum New To JavaReplies: 7Last Post: 07-27-2008, 11:58 AM -
Help mi solve my error
By Deon in forum New To JavaReplies: 3Last Post: 01-11-2008, 05:26 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks