Question: Design a program that has two parallel 1 D arrays: a String array named people that is initialized with the names of ten people a

Design a program that has two parallel 1D arrays:
a String array named people that is initialized with the names of ten people
a String array named birthdays is initialized with those people's birthdays.
The program should allow the user to enter a persons name (or part of a persons name),search for that person in the people array, and
If the person is found, it should get that persons birthday and display it on the screen with a fun message.
If the person is not found, the program should display a message indicating so.
Requirements
The Python Program must:
Run without error
Contain two 1D arrays
Contain appropriate comments that explain the logic of the program
Meet the minimum requirements as stated in the overview above.
Use user-friendly print statements and be formatted professionally.
BE ORIGINAL WORK.
The Written Reflection must:
Be an insightful and detailed reflection (4-5 sentences)
Be written IN YOUR OWN VOICE (no AI-generated content)
Include the approach you took while problem-solving
List any resources you used to help solve the problem.
Be found in a block comment in the program.

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 Programming Questions!