1
1
Fork 0
AtomicKotlinCourse/Programming Basics/if Expressions/Exercise 2
Igor 5f624457f7 refactor(Programming Basics - if Expressions - Exercise 2): The condition for the modulus in the reference solution adjusted gt -> ge
The condition in the if clause in the referrence solution is adjusted to
avoid negating the zero case:
if (number > 0) -> if (number >=0)

Closes https://youtrack.jetbrains.com/issue/EDC-415
2021-05-27 11:35:34 +03:00
..
src refactor(Programming Basics - if Expressions - Exercise 2): The condition for the modulus in the reference solution adjusted gt -> ge 2021-05-27 11:35:34 +03:00
test Reformatted code 2019-10-23 14:11:49 +02:00
task-info.yaml refactor(Programming Basics - if Expressions - Exercise 2): The condition for the modulus in the reference solution adjusted gt -> ge 2021-05-27 11:35:34 +03:00
task-remote-info.yaml Updated course at Stepik 2021-02-08 13:19:10 +01:00
task.md Finished reviewing "Programming Basics" 2020-10-11 12:40:34 -06:00