Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
About Me

Student

Interests
walking, Reading
PC Specs
AMD Athlon XP 2400+200MHz 735 ram Windows Xp Pro
Favorite Forums
Favorite Tags
java x 17
Member Avatar for grifflyn

Hi I have written this program to find out how many vowels are in a sentance. What i need to do now is is capitalise the vowels and put a star next to the capital showing how many times that vowel was used in the sentance. so that the output …

Member Avatar for nikkibaby1979
0
167
Member Avatar for grifflyn

I have written this bit of code is ArrayList better than Vector and if so how do i change it ???? i am thinking where ever vector is mentioned to change it to ArrayList [code] import java.util.Vector; import java.io.*; public class V_All_Std_Record { private Vector main_Vector = new Vector(); public …

Member Avatar for jwenting
0
149
Member Avatar for grifflyn

Hi i Have written some code at Uni for two programs this is my first one // filename: ArrayClient.java // Author: // Last Updated :Jan 2005 // // Program to demonstrate how to provide a class // of array utilities // public class ArrayClient [code] { public static void main …

Member Avatar for grifflyn
0
187
Member Avatar for grifflyn

Hi i have written a program to reconise palendromes in a sentance. I have written a method to reverse a word but dont know how to get the string tokeniser to reconise the words in a sentance. could any one give me some advice on how to use HasMoreTokens this …

Member Avatar for mcclth
0
167
Member Avatar for grifflyn

Hi i have written a program to identify all the vowels in a sentance and need to output the number as Stars. at the moment it is outputting the number how would i tell the program to output 5 stars instead of the number 5 this is what i have …

Member Avatar for grifflyn
0
107
Member Avatar for grifflyn

I have just embarked on a Java programming course and have been given a task to work out the volume of a cylinder in cubic inches with a given radius and height. and then to convert it from cubic inches to to cubic Cm's which i have done fine. My …

Member Avatar for server_crash
0
227