What is the error, how do i fix it | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is the error, how do i fix it

I posted a project on my page and if someone can help fix the error because lvalues and rvalues are not working here. :/

24th Jun 2018, 11:00 PM
FloweyTheCoder
1 Antwort
+ 1
the sign "=" is use for assignment not for testing the equality so replace it with "==" in the if statement (line 14)
24th Jun 2018, 11:12 PM
MO ELomari
MO ELomari - avatar