0
I want to determine that has the string include any repeated letter?
https://code.sololearn.com/csRl9hy32qrk/#cpp Here is my code and I dont understand why it doesn't work. I just want to print screen if there is any repeated letter Deja Vu,else Unique. Please help me and check my code. Thank you :)
2 Respuestas
+ 4
in if statement you have to write comparison operator == instead of assignment operator =
0
Yep I notice that right after post. Thank u there is no problem now :))