Question: hint: using array of structure and function only : print the output please Write a c++ code that represents a banking system for bank employees.

hint: using array of structure and function only : print the output please
Write a c++ code that represents a banking system for bank employees. Initially, the data of 10 employees should be entered by the user and stored in an array of structures where each structure represents an employee data (Id, name, salary). Four functions should be included in the code. The first function should print all employees' data. while the second function adds he data of a new employee as a new array element. The third function should increase the salaries of all employees by 10%, while the fourth function should reach an employee and print his data using his id
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
