CASE STUDY: CURRENCY EXCHANGE SYSTEM
You are to create a java program for a currency exchangesystem that has a menu driven interface with the following optionsfor the user to choose from:
1- List all available currencies
2- Add a new currency
3- Search for a currency by currency code (e.g. USD,AED, JOD, … etc)
4- Search for a currency by name (e.g. US Dollars,Emirati Dirham, … etc)
5- Compute Exchange rate from AED to differentcurrencies
6- Exit
Each of menu options (except the exit option) should beimplemented using a separate method (total of five methods). Theitems information should be saved into an array or an ArrayListobject, or multiple
OR
OR