0
What could be the problem?? I wrote some c++ codes and i get compilation error as output
4 odpowiedzi
+ 1
You wrote
x is < y
which is a big oopsie. Probably removing the "is" anywhere solves the problem.
0
Ok thanks. Let me check it out
0
I am still getting compilation error