What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Newbie Java Question

Newbie Java Question
Author: Message:
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: Newbie Java Question
result = number1 += number2 ;

should be:

result = number1 + number2 ;

tip: if you don't know what something does, don't use it.
The previous sentence is false. The following sentence is true.
09-10-2006 12:52 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Newbie Java Question - by albert on 09-10-2006 at 03:57 AM
RE: Newbie Java Question - by ShawnZ on 09-10-2006 at 04:03 AM
RE: Newbie Java Question - by albert on 09-10-2006 at 04:04 AM
RE: Newbie Java Question - by segosa on 09-10-2006 at 12:52 PM
RE: Newbie Java Question - by RaceProUK on 09-11-2006 at 11:34 PM
RE: Newbie Java Question - by albert on 09-12-2006 at 01:13 AM
RE: Newbie Java Question - by RaceProUK on 09-12-2006 at 03:02 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On