+ 1
I think c++ code projects have a glitch
So, was completing the 3rd code project for c++, then when I try my solution,it says that I have an invalid identifier at line 14, wich looks like this ≤, but there is no ≤'s in my code AT ALL, does anyone know how to fix this? This is my solution: https://code.sololearn.com/cfBFxCa0yN18/?ref=app
5 Respuestas
+ 1
Look here for(int i=0;i≤5;i++){ between the I and 5
+ 1
35 Code project Ticket Office?
+ 1
Chris Coder But I don't have a ≤ in my solution.
+ 1
Thank you Chris Coder, it worked as expected.
0
error message says this character isn't valid ≤
Use <=