(Multiple Choice)
Types of java "scripts"
100
This is the type of script used in order to record WHOLE numbers (Spelled as they were.)

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!)

200
This type of script is able to record a singular character. (Spelled as they are.)

A. String

B. char

C. double

What is B. char?


(Char can record characters, but only one! For example, char letter = 'V'. | WRONG: char song = 'ah')

300

This is the type of script that records things, but can only be set to TWO things.

A. boolean

B. char

C. String

What is A. boolean?

(boolean only records two values, those being TRUE/FALSE.)

400

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"

500

This is the type of string that records decimals.

A. int

B. double

C. SPAMTOM G SPAMTON PROVIDING HOT DEALS

D. long

What is B. Double?

"int" is incapable to record decimals.

"double" can record decimals luckily.

[KROMER]

"long" is simply int, but with a bigger range.

M
e
n
u