My question is.. How can I compare two strings?
It's for the game: FLAMES
For example:
txt1.Text = "Sophia"
txt2.Text = "Patricia"
I want to count how many the same letters do these two strings have.
The output should be:
3 - pia
5 - pia
total - 8
It's for the game: FLAMES
For example:
txt1.Text = "Sophia"
txt2.Text = "Patricia"
I want to count how many the same letters do these two strings have.
The output should be:
3 - pia
5 - pia
total - 8