Created
July 15, 2022 14:59
-
-
Save halilozel1903/eff69ea6b1640cebe216a25a707c75ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val programmingLanguages = ArrayList<String>() | |
programmingLanguages.add("Kotlin") | |
programmingLanguages.add("Swift") | |
programmingLanguages.add("Java") | |
programmingLanguages.add("Objective-C") | |
val studentNames = ArrayList<String>() | |
println(studentNames.isEmpty()) | |
println(programmingLanguages.isEmpty()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment