Max values of integer types

Report a typo

Write a program that prints max values of four integer types: Int, Long, Short, and Byte in ascending order. Output each value on a new line.

Write a program in Kotlin
fun main() {
// put your code here
}
___

Create a free account to access the full topic