Question: Create a loop to simulate the old cheer to spell out a team name. The loop should go through each letter in the name and

Create a loop to simulate the old cheer to spell out a team name. The loop should go through each letter in the name and at the end, repeat the name again. For example you might hear the following cheer on a Hawkeye game day, Give me a I Give me a O Give me a W Give me a A What's that spell? IOWA! The name should be a variable and you should utilize the string length function along with a loop to create the output. The length of your variable determines how many times the loop will be executed. In every single iteration of the loop you need to get one letter from the variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
