In the code below I have 3 while loops and I was to use the letter "q" to exit the loop. When testing out the first while loop, I am able to exit the loop fine when pressing typing in "q". However, the other 2 are stuck in an infinite loop and I'm not sure how to exit it.