say the user inputs 2 strings
aaaabcddd
aaabbccdd
i need to figure out how to compare each charecter and the ones that dont match would be uppercased.
aaaAbcDdd
aaaBbcCdd
aaaabcddd
aaabbccdd
i need to figure out how to compare each charecter and the ones that dont match would be uppercased.
aaaAbcDdd
aaaBbcCdd
Comment