If statements for char comparison

Had to throw in some logical operators since I was doing the comparison within the ‘j’ loop (at least I thought that was what the challenge asked for). Still works, but I think placing exact matches in the after the ‘i’ for loop would’ve saved time.

Privacy & Terms