Types of java "scripts"
A. int
B. String
C. boolean
What is A. Int?
(int stands for Integer. This only counts WHOLE numbers ranging from -2B to 2B. This does not include decimals!)
A. String
B. char
C. double
(Char can record characters, but only one! For example, char letter = 'V'. | WRONG: char song = 'ah')
This is the type of script that records things, but can only be set to TWO things.
A. boolean
B. char
C. String
(boolean only records two values, those being TRUE/FALSE.)
This is the type of script that can record more than one character.
A. String
B. char
c. int
What is A. String?
(Although yes, int records multiple things, it only records numbers, while String can record more than one CHARACTER.)
Example: String lyrics = "LET IT GO"
This is the type of string that records decimals.
A. int
B. double
C. SPAMTOM G SPAMTON PROVIDING HOT DEALS
D. long
"int" is incapable to record decimals.
"double" can record decimals luckily.
[KROMER]
"long" is simply int, but with a bigger range.