What is the error, how do i fix it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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