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 #55.0K
2 Posted Topics
Re: pascals triangle
program by [B]iamboredguy [/B] is not a Pascal Triangle !! Pascal Traingle is expected to give following sequence. 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Re: Word count
Code by chellag is failing if i Give input as : This is a string where the space between any 2 words is 4-5 spaces
The End.
manali04