Can you help me with my project:The output of the project is to develop a simple application that includes searching, insert, and delete functionalities. answer the questions and make a code of it note: use #include for the code Can you please think a name in this application.(refer below) 1) For what is the application or What field does it belong to? 2) Who would use this app? 3) What can it do? 4) What are the benefits or advantages of this application? Brief Description of the application to develop: Refer in this for the code: Our project is an application which monitors the number of passengers of each flight of a plane per day. This application may be used by the manager or operator/owner of the plane. It is capable of: 1) accepting the number of passengers per day of the different plane owned by the company; 2) displaying the number of passengers per plane per flight and per week; 3) searching for which plane and which day in a week given the number of passengers; 4) adding a new plane 5) removing a plane The outputs of the application would help the operator/owner in the decision-making process.
Can you help me with my project:The output of the project is to develop a simple application that includes searching, insert, and delete functionalities.
answer the questions and make a code of it
note: use #include <stdio.h> for the code
Can you please think a name in this application.(refer below)
1) For what is the application or What field does it belong to?
2) Who would use this app?
3) What can it do?
4) What are the benefits or advantages of this application?
Brief Description of the application to develop:
Refer in this for the code:
Our project is an application which monitors the number of passengers of each flight of a plane per day. This application may be used by the manager or operator/owner of the plane. It is capable of:
1) accepting the number of passengers per day of the different plane owned by the company;
2) displaying the number of passengers per plane per flight and per week;
3) searching for which plane and which day in a week given the number of
passengers;
4) adding a new plane
5) removing a plane
The outputs of the application would help the operator/owner in the decision-making process.
Step by step
Solved in 2 steps