Menu

[Solved]Case Study Currency Exchange System Create Java Program Currency Exchange System Menu Driv Q37300630

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 arrays/ArrayLists. Exchange rates for arecomputed as follows:

a) AED to USD: 1 AED is 0.27 USD (if the user enters1000 AED, the result will be 270 USD)

b) AED to EUR: 1 AED is 0.24 USD (if the user enters1000 AED, the result will be 240 EUR)

c) AED to INR: 1 AED is 18.75 INR (if the user enters1000 AED, the result will be 18,750 INR)

d) AED to JOD: 1 AED is 0.193 JOD (if the user enters1000 AED, the results will be 193 JOD)

projec Code Menu Driven Application using the switch statement Correct data types and correct type castin Input validation us

projec Code Menu Driven Application using the switch statement Correct data types and correct type castin Input validation using if else statement:s String manipulations and handling Uppercase/Lowercase letters Effective selection statements including if, if/else, nested ifs with relational and logical operators Effective use of at least two arrays of appropriate sizes and data types. Access to the array should be within the array boundary. Loops are used to access the arrav User is able to search throughout the arrays using at least two different search criteria. Search results should be displayed appropriately. User should be notified if the required search item is not found Use of at least five functions in different formats including parameters and return values Creativity/Extra functionalit Error free code Descriptive comments have been used where necessary. Code is indented properly. Your code should be in line with the industry standards Total 60 10 Show transcribed image text projec Code Menu Driven Application using the switch statement Correct data types and correct type castin Input validation using if else statement:s String manipulations and handling Uppercase/Lowercase letters Effective selection statements including if, if/else, nested ifs with relational and logical operators Effective use of at least two arrays of appropriate sizes and data types. Access to the array should be within the array boundary. Loops are used to access the arrav User is able to search throughout the arrays using at least two different search criteria. Search results should be displayed appropriately. User should be notified if the required search item is not found Use of at least five functions in different formats including parameters and return values Creativity/Extra functionalit Error free code Descriptive comments have been used where necessary. Code is indented properly. Your code should be in line with the industry standards Total 60 10

Expert Answer


Answer to CASE STUDY: CURRENCY EXCHANGE SYSTEM You are to create a java program for a currency exchange system that has a menu dri… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *