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 :)

27th Mar 2020, 10:52 AM
Nurullah Aydın
Nurullah Aydın - avatar
2 odpowiedzi
+ 4
in if statement you have to write comparison operator == instead of assignment operator =
27th Mar 2020, 10:56 AM
Muhammad Faheem Nasir
Muhammad Faheem Nasir - avatar
0
Yep I notice that right after post. Thank u there is no problem now :))
27th Mar 2020, 11:01 AM
Nurullah Aydın
Nurullah Aydın - avatar