crate a text file that contains account number(9 digit number), type (one of tow type current denoted by CU or saving denoted by SA , balance (a floating point number greater than 0.0 ,
277123001 CU 24751
277651002 SA 11525
then write a c++ program that uses the pile you crated above to do the following
a- Display all the contents of the file in a tabular format with the first row being of this row
b- Display a list of all accounts with balance less than 1000
c - prompt the user to input a certain type then print out the number or the accounts of this type
d- Your program should display the above 3 option as a menu, where the user will choose the task he/she wants to carry out. Once the user decides to stop, then your program should allow the user to choose exit or stop from the same menu. Your main menu should look as bellow
please type in your choice:
a- Display file contents
b- list accounts with balance< 1000
c- cont accounts of certain type
d- exit
We're not going to write your homework for you. If you have a go writing it, we'll help you fix what you've written, but we're not a free homework service.