Jump to content

Recommended Posts

Posted

Well explained (basic but...well explained) or well c/p'ed  ;D Never mind.

 

 

http://www.hackforums.net/showthread.php?tid=283324

here he c/p. If you are bored to make an acc there PM me to send you mine and check by yourself.

 

take a photo as start.

96085069.jpg

 

Reason i'm posting his c/p?!

I hate that kind of wannabe person. His topics were deleted/closed for c/p. He is even using his bot to say thnx to his own guide, just like he did with in his old topic about a server. he was abusing with karma toward me coz i post his c/p many times. Now he start calling himself as a java dev while i bet my ass he got no idea what is that language. That's pathetic

He didn't even knew to make a matrix (i even bet money for that).

Posted

Here are the types common of variables, what they stand for, and the type of value they can hold: If you're talking in general for variables, then you missed some floating points, since there are more than one categories of variables

 

int - integer - whole numbers under 2.17 billion in size or equal

long - long integer - whole numbers that are larger than 2.17 billion.

double - double - variable that can contain numbers with decimal values

boolean - boolean - holds only two values, true or false

String - String - holds more than one character, like a word or sentence.

 

int

This is a very common variable. It stands for integer Actually, int-long-short-byte are all integers.. , and can hold values of whole numbers less or equal than 2.17 billion (this includes negatives), but cannot hold decimal values. If you try to make an integer bigger than 2.17 billion, your program will crash.

 

long

This is the exact same as an int, except it can hold larger values than 2.17 billion (on Windows machines). It cannot hold decimal values.

 

double

The double is the exact same as a long, except it can hold decimal values.

 

boolean

This is a helpful little variable, although it can only hold two values. The boolean cannot hold numbers, it can only hold two values: true and false.

 

String

The String is a special type of variable. It can hold multiple characters to form a series of words or a sentence.

 

My comments are in red.

Posted

http://www.hackforums.net/showthread.php?tid=283324

here he c/p. If you are bored to make an acc there PM me to send you mine and check by yourself.

 

take a photo as start.

96085069.jpg

 

Reason i'm posting his c/p?!

I hate that kind of wannabe person. His topics were deleted/closed for c/p. He is even using his bot to say thnx to his own guide, just like he did with in his old topic about a server. he was abusing with karma toward me coz i post his c/p many times. Now he start calling himself as a java dev while i bet my ass he got no idea what is that language. That's pathetic

He didn't even knew to make a matrix (i even bet money for that).

 

yeah i c/p it from there to help noobs like you to start dev! also i give his credits

Posted

yeah i c/p it from there to help noobs like you to start dev! also i give his credits

 

If you were experienced, you would first read it and make sure that you corrected, or at least added, what I marked with red above.

Posted

yeah i c/p it from there to help noobs like you to start dev! also i give his credits

1st learn english.

2nd i even made a bet with you about the matrix and you failed. You was the one who didn't knew to find skill's ID, you was the one who was adding master buffs on your char coz you didn't knew how to add aguments.

3rd i wanna say ..... hmmm .... oups .... let it ..... you're banned, you can't answer.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...