Joined
Last Seen
-2 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
35% Quality Score
- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 3
- Downvotes Received
- 8
- Posts with Downvotes
- 4
- Downvoting Members
- 6
0 Endorsements
Ranked #20.4K
2 Posted Topics
A student of mine wrote the following code: public class Counter{ private num = 0; public void inc(){ num = num++; } } which fails to increment. Why? If num starts at 0, then the assignment should be num = 0 then num should increment during the postfix incrementation of …
Re: ASCII PROBLEM
You may find your solution here: http://www.coderanch.com/t/515724/java/java/System-Arabic-Text
The End.
TokamakFusion