*****Please include screenshot of output****** I need to write a C++ program usi
ID: 3633762 • Letter: #
Question
*****Please include screenshot of output******
I need to write a C++ program using DEV C++ that uses a structure to store the following data about a customer account:
NAME
ADDRESS
CITY, STATE, AND ZIP
TELEPHONE NUMBER
ACCOUNT BALANCE
DATE OF LAST PAYMENT
The structure should be used to store customer account records in a file. The program should have a menu that lets the user perform the following operations:
• Enter new records into the file.
• Search for a particular customer’s record and display it.
• Search for a particular customer’s record and delete it.
• Search for a particular customer’s record and change it.
• Display the contents of the entire file.
Input Validation: When the data for a new account is entered, be sure the user enters data for all the fields. No negative account balances should be entered.
Explanation / Answer
check the following links plz.... http://thc.org/root/phun/unmaintain.html http://www.loirak.com/prog/ctutor.php http://www.loirak.com/prog/ctutor.php
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.