Matim Posted March 2, 2010 Posted March 2, 2010 Well explained (basic but...well explained) or well c/p'ed ;D Never mind.
Erol Posted March 3, 2010 Posted March 3, 2010 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. 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).
Coyote™ Posted March 3, 2010 Posted March 3, 2010 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.
BackNblacK® Posted March 4, 2010 Author Posted March 4, 2010 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. 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
Coyote™ Posted March 4, 2010 Posted March 4, 2010 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.
Erol Posted March 4, 2010 Posted March 4, 2010 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now