Description:
Check to see if a string has the same amount of 'x's and 'o's. The method must return a boolean and be case insensitive. The string can contain any char.
Examples input/output:
ExampleSolutions:
Practice1:
Practice1Practice2:
Practice2Practice3:
Practice3
网友评论