Question: NOTE: the pseudocode, raptor flowchart and python code all three are required NOTE: the output of python program should be strictly same as in the

Question 1: Draw flowchart and write a program (Flowchart, Pseudocode, Python) Create a program that allows the user to input a list of first names into one array and last names into a parallel array. Input should be terminated when the user enters a sentinel character. The output should be a list of email addresses where the address is of the following form: first.last@mycollege.edu Enter first name: john Enter last name: smith Enter /o to stop: no Enter first name: mary Enter last name: lucus Enter lo to stop: /o Email addresses of all students are as follows:- ['john.smith@mycollege.edu', 'mary.lucus@mycollege.edu'i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
