Using the object-oriented programming principles, write a
currency exchange converter in Java. You should also use 3
different classes it could be currency1 and currency2 and
currencytest, and set() and get() method and tostring() method. A
person will be presented with 3 currencies (i.e., USD, AED, MYR)
that they can convert to/from AED Dirham. The program will allow
the user to input the amount of Dirham or other currency to be
converted. The Money changer will take AED50 commission if...