How to add 1 and 0 to final string

how to add 1 and 0 to final string after comparing two string

hey @DhrubanilSikdar if you have an instance of string class st ( obtained by string st) and you want to add 1 in the back then st = st + ‘1’ would add 1 in the back, similarly you can also add ‘0’.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.