public interface CurrencyConverter
| Modifier and Type | Method and Description |
|---|---|
Double |
convertCurrency(Number amount,
String from,
String to)
Convert from one currency to another.
|
Copyright © 2016 Erudika. All rights reserved.