7) XYZ Bank account numbers consist of a four-digit branch code representing the branch in which that account is opened, followed by a seven-digit number (e.g. 42760054418). Given the codes and the names of the 50 Ankara branches of XYZ Bank in file "Branches.txt", and 200 account numbers and the money in each account in file "Accounts.txt", separate the accounts opened in Etlik Branch and those opened in Cubuk Branch, into two arrays, and merge the accounts opened in Etlik and Cubuk branches, in ascending order of the money in those accounts, and display the result.