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
Ranked #107.70K
~305 People Reached
Favorite Forums

1 Posted Topic

Member Avatar for staneja

hi, how about this code. I just tried avoiding array and I want to see if I can do it without array. [code] String s = "Hello World I am happy with you guys"; String n = ""; //used to save non repeated characters int length = s.length(); while(length != …

Member Avatar for sun light
0
305

The End.