I think c++ code projects have a glitch | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

11th Aug 2022, 3:01 AM
RayZ
RayZ - avatar
5 Answers
+ 1
Look here for(int i=0;i≤5;i++){ between the I and 5
11th Aug 2022, 3:21 AM
Chris Coder
Chris Coder - avatar
+ 1
35 Code project Ticket Office?
11th Aug 2022, 3:16 AM
Chris Coder
Chris Coder - avatar
+ 1
Chris Coder But I don't have a ≤ in my solution.
11th Aug 2022, 3:21 AM
RayZ
RayZ - avatar
+ 1
Thank you Chris Coder, it worked as expected.
11th Aug 2022, 3:22 AM
RayZ
RayZ - avatar
0
error message says this character isn't valid ≤ Use <=
11th Aug 2022, 3:20 AM
Chris Coder
Chris Coder - avatar