0

Correct me if I am wrong

String, Boolean and Numeric, are all Variable types, or are there more?

24th Jul 2022, 5:55 AM
Etinosa Ibude
Etinosa Ibude - avatar
1 Answer
+ 3
String, boolean are datatypes but numeric is named Integer.We've many more but many aren't that important, but three also important would be: - char - character value, a letter or a number, a Symbol. - double - non-full numberers Like 0.5, 0.75 and etc. - float - the same as Double with some spezific differents Other not important data types would be short, long, etc. they mostly different number Limits.
24th Jul 2022, 7:22 AM
Felix Alcor
Felix Alcor - avatar