+ 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. :/
1 Resposta
+ 1
the sign "=" is use for assignment not for testing the equality so replace it with "==" in the if statement (line 14)