sentinel-controlled do/while loop within a for statement

for(int c = 1; c <= teamName; c++)
{
do
{
System.out.printf("\nWhat is the name of team no. %d?", c );
...