For function "countChr", write
the missing part of the recursive call. This function
should return the number of times that the letter "A"
appears in string "str".
The string passed in the recursive call should be less by one character everytime the recursive call is executed.