The last national bank has two branches each of which uses


Problem

Use the modular approach and pseudocode to design a suitable program to solve it. The Programming Challenges in this chapter can be implemented in RAPTOR but may need some modification. In RAPTOR, all data from a file must be loaded into an array to be manipulated. Be aware that RAPTOR processes each record in a data file as a complete entity; there is no way to distinguish

a. The Last National Bank has two branches, each of which uses a sequential file containing a summary of customers' checking accounts in the following form: account number(Integer), customer name(String), balance(Float) The files, which are called "account1" and "account2", are ordered by account number in increasing order. (Assume that no two account numbers are the same.) Due to financial reverses, one of the branches must be closed, and the two files need to be merged into a single one called "account3". Write a program to perform this operation.

b. Suppose that some of the records in "account1" and "account2" are the same. Modify the appropriate module of the program so that only one of the duplicate account records is written to the file "account3".

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: The last national bank has two branches each of which uses
Reference No:- TGS02676506

Expected delivery within 24 Hours