Posts
 
Reputation
Joined
Last Seen
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
3 Commented Posts
~2K People Reached
Favorite Forums
Favorite Tags
java x 10

2 Posted Topics

Member Avatar for TokamakFusion

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 …

Member Avatar for bibiki
-2
470
Member Avatar for lena1990

You may find your solution here: http://www.coderanch.com/t/515724/java/java/System-Arabic-Text

Member Avatar for TokamakFusion
0
166

The End.