Question: points Write a program that contains the following functions, each performing a specific task main() calls other functions to do their work getFirst Name ()

points Write a program that contains the following functions, each performing a specific task main() calls other functions to do their work getFirst Name () prompts the user to enter a student's first name and then returns the first name get N ame() prompts the user to enter a student's last name and then returns the last name geLID() prompts the user to enter an ID and then returns the ID. how t) prints the student information with a format as shown below, John Smith: 100321 You can string for names and int for ID You also need to add parameters to functions when necessary
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
