Question: Please can you show the actual flowchart image and final programming problem. Thanks Instructions Before you attempt the Final Project, create a flowchart using correct
Please can you show the actual flowchart image and final programming problem. Thanks

Instructions Before you attempt the Final Project, create a flowchart using correct symbol notation and corresponding pseudocode with proper indentation for the algorithm that will be used to solve the Final Project Programming Problem: You have been asked to create a Simple Library Program to support borrowing of available books and returning offbooks to make them available. The program needs to provide a menu of options to the user to permit them to (1) display a list of available and borrowed books, (2) borrow a book, (3) return a book, and (4) exit the program. The program prompts the user to enter their menu choice and a combination of selection and repetition structures, and functions should support the processing logic for each of the three menu options. The main function should support the continuous display of the menu and user interaction until an exit choice is made, calls made to specific functions to support menu options, and meaningful user prompts and messages. Two lists should be used to support the data structure requirements for available books and borrowed books. The borrowed books list should be empty initially
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
