Joined
Last Seen
-3 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
0 Endorsements
Ranked #72.8K
2 Posted Topics
inputChar.Equals.('F') is incorrect, equals method is on intended for string only not for characters
use substring() method; input.subString(beginIndex, endIndex);
The End.
noobz32