In the following program, replace the for with a while loop.
S="I had a cat named amanda when I was little"count = 0for i in S: if i == "a": count += 1print(count)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.