I am not able to complete the if choice


Please help me if you can

1 Like

First of all you need to write the ‘else’ right under the closing bracket in line 2851. Second - you don’t need that extra space in front of ‘if’, ‘else’ and the brackets.
Hope this helps :tulip: :slight_smile:

1 Like

Hey Thanks for replying I have reduced the space and have bought the else command on line 2852 but it is still not working

1 Like

I don’t really see that you removed the space :thinking: I meant the space in line 2848 in front of the word if, then line 2851 in front of the bracket and line 2852 in front of the word else.

1 Like

You have to close the bracket after else.
Try it like this:
}else{
(Your text)
}

Also, I don’t understand what your if choice means. Where is the choice “not love”?

1 Like

It is above in the previous coding
And it worked i had forgotten to close the brackets thank you so much

2 Likes

Actually they are the flags that I have used

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.