Question: Integer num _ customers is read from input, representing the number of customer names to be read from input. List customers _ line contains the

Integer num_customers is read from input, representing the number of customer names to be read from input. List customers_line contains the customer names read from the remaining input. For each element in customers_line, output:
'Name: '
the element
', Position in line: '
the element's index in the list plus one
Click here for example
Ex: If the input is:
4
Eli
Bob
Jan
Ken
then the output is:
Name: Eli, Position in line: 1
Name: Bob, Position in line: 2
Name: Jan, Position in line: 3
Name: Ken, Position in line: 4

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!