wap to accept a string ,count number of A's in it
Answers
Answered by
3
Explanation:
In this program, we need to count the number of characters present in the string.
To count the number of characters present in the string, we will iterate through the string and count the characters. In above example, total number of characters present in the string are 19.
Answered by
2
Explanation:
in this program ,we need to count the number of character present in this string
Similar questions