1
1
Fork 0
AtomicKotlinCourse/Programming Basics/if Expressions/Exercise 1/task.md

197 B

if Expressions (#1)

Create a function checkSign() that checks whether an integer number is positive, negative, or zero, and returns a String "positive", "negative" or "zero" as a result.