0
What is wrong here?
So I get an error at line 42 and I dont get it https://sololearn.com/compiler-playground/WWEZD9jSsAWZ/?ref=app
3 odpowiedzi
+ 2
=> is not the same as >=
in line 41
maybe you should write
if (deaths >= 100)
+ 1
Pro Gamer 12 Nobody looks like we are rehashing an old oversight of btn ...
This is the code without any style <-
https://sololearn.com/compiler-playground/W6XajLB5un0m/?ref=app
0
This is not the problem because when you get 100 deaths it pops and error at line 42 but it was another problem that I wasn't aware of