Is it empty or null?

Report a typo

Create a list of strings from standard input with space as the separator. Then check if your list is empty/null or not. If it is empty or null, print true, otherwise print false.

Sample Input 1:

Sample Output 1:

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

Create a free account to access the full topic