Needs adviceKotlin #Programming #function A simple program showing the use of the array list and loop to count the duplicate number pair within a list!1 upvote10 views0CommentsCopy link
Needs adviceKotlin #hello world fun main(args : Array) { val coordinates : Pair = Pair("Hello", "World!") when { coordinates.first == "Hello" && coordinates.second == "World!" -> println("Hello World") } } enjoy!1 upvote10 views0CommentsCopy link