+ 1
I have a problem with a practice 4.2 of Kotlin
I don't know how to resolve that question, anybody can help me?.
5 Antworten
+ 2
the hint is in the yellow box below the practice code explanation.
it says you can use the modulo to solve it.
if for example you want the remainder of 10 divided by 3 you would write something like :
println(10%3)
and you will get 1 as output.
+ 2
get the remainder of 200 divided by 7.
the practice code has a hint.
+ 1
Lol, I already did, I hadn't seen it
Thanks bro
0
Thanks, I'm go to try again.
0
I can't see the hint, is blocked