0
Iterniray condition question
I have faced this code in a challenge And I can't get it .. https://www.sololearn.com/post/247284/?ref=app Anu help will be appreciated
2 Answers
+ 1
If a>0 {
If 0&&1 {
return 1
} else {
return 0
}
} else {
return 1
}
+ 1
Hi! what is it that you don't understand?