kennettzone4181 kennettzone4181 10-01-2024 Computers and Technology contestada Compose a program counting each occurrence of the letter 'a' in the string text. Result should be returned as an int. Your code should use a while loop. 1. Java 2. Python 3. C++ 4. JavaScript