mariaisabelmi369 mariaisabelmi369 15-02-2024 Computers and Technology contestada Compose a program which counts each time that the letter 'a' occurs in the string text. The result should be stored in an int named count. Your code should use a while loop.