Create a program that prints the size (in bits) and the min and max values of the Int type. Output each value on a new line.
Here is an example of output with the Byte type:
8
-128
127Create a program that prints the size (in bits) and the min and max values of the Int type. Output each value on a new line.
Here is an example of output with the Byte type:
8
-128
127Create a free account to access the full topic