You are on page 1of 3

BYTE

• Integers
• Integers • -128 to 127
• -128 to 127

DOUBLE • Integers INT

• Integers
• decimal
numbers • Integers
• -2,147,483,648
to 2,147,483,647

FLOAT

KC Glenn M. David BSIS-2A

• The similarities between byte and int is that they are both in the integer group and they both have the range of
-128 to 127.
• The similarities between int and float is that they are both in the integer group and they both have the range of
-2,147,483,648 to 2,147,483,647.
• The similarities between float and double is that they are both in the integer group and they are use for decimal
numbers.
• similarities between byte and dobule is that they are both in the integer group and they both have the range of
-128 to 127.
• Byte, double, float and int are all in the integer group or they are numbers.

You might also like