How long did it take you to make this post..?
|
|

tl;dr but at least it isn't a half-assed tutorial. good job.![]()

This would work?
And as for those who asked how long it took me to type, it took me approximately 3-5 days to type it. I can't exactly remember as I took breaks. :P I had to convert some of of the BBC tags because I typed it originally for a SMF forum. Just a simple Ctrl+H though.Code:int x; public void oRly() { x = 1986; } public void yaRly() { x = 555; }Thanks for all of the good comments!
Thanks for doing this, I'm watching online courses and this is helping me learn more.

good job i learned alot thank you very much.
That is the same thing as:Code:int x = 2532;
Initialization of a primitive (in this case) and object references can be initiated on different lines or on the same line, it doesn't matter.Code:int x; x = 2532;
In simple terms, you can assign x the value of 2532 on the same line that you initialize the variable or you can do it on a different line of code it doesn't really matter unless the value is needed before it is set.
| « Text message sender | Using Eclipse for beginners » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |