Size, min and max

Report a typo

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
127
Write a program in Kotlin
fun main() {
// put your code here
}
___

Create a free account to access the full topic