Implement `countChar(s, ch)` returning how many times the single character `ch` appears in `s`.
Run your code to see results.