From Alice to Java

Java has data types other than string. Table below shows various Java data types and their minimum and maximum ranges. Do not be too overwhelmed by plethora of types Java makes available for you. In the beginning you would only use four main types. These are char, int, double and boolean. ................
................