Computer Science, asked by saharaima01, 1 day ago

wap to accept a string ,count number of A's in it​

Answers

Answered by marinettedupai57
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 vaibhavkakkarji
2

Explanation:

in this program ,we need to count the number of character present in this string

Similar questions