C++ Programming
Start LearningContents
- write a program in c++ to enter the name, age, and salary of 10 employees and store them in a file. Read and display the name of those employees whose salary amount is more than 50000.
- Write a program that first appends the customer records in a data file and displays the number of customer records as well as the contents from the file.