Answer:
Start at the first name in the list.
Start.
Read the list of names name[].
Set name as the first name in the list.
Set length as the length of the first name.
Repeat steps 6-11 for each name in the list:
If you have reached the end of the list, then go to step 12.
If the length of the current name is greater than length, then go to step 8, else go to step 10.
Set length as the length of the current name.
Set name as the current name.
Advance to the next name.
Repeat steps 6-11.
Display name.
Stop.