Write a Python program to convert one currency to other currencies.
Note 1: The program must store all the exchange rates from the cross-rate table above.
Note 2: The program must prompt the user to choose the currency in hand and the required currency. It must also ask the user to enter an amount (currency value).
Run your code to convert 10 USD to EUR, 100 GBP to JPY, and 1000 INR to CHF.
