We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Q. Given a string as input. Count number of a's in the string?
Input : "abacd"
Output : 2