DEV Community

Cover image for BigBrainKotlin#1 | Find Max and Min
Chetan garg
Chetan garg

Posted on • Originally published at chetangupta.net

BigBrainKotlin#1 | Find Max and Min

Don't be a Java-ish dev in Kotlin-ish world, improve your knowledge about Koltin Standard Library and write better Kotlin code. ✌🏻 If your Java dev migrating to Kotlin this will help you learn alot!

BBK

The aim of these articles is not hate on Java, but to help people learn various ways in which they can write the same logic better and more Kotlin standard library focused way.

Question:
Print the Highest and Lowest number from the input string.
8 3 -5 42 -1 0 0 -9 4 7 4 -4

Try it out yourself, or submit it in the comments before checking out my solutions.

👉 BigBrainKotlin#1

Hope to see you on the other side...

Until next time. Happy Hacking! 👩‍💻

Stalk Me 👀 :
LinkedIn | Medium | Twitter | StackOverflow | CodeWars |WorkX |Github |Instagram |Youtube

Top comments (0)