Day 2: Currency Converter


Exercise

Write a Java program to convert between different currencies

Algorithm

  1. Use the Yahoo! Currency Converter to find the current conversion rates to several world currencies from the U.S. dollar.
  2. Implement the core functionality using a text-based interface for I/O.
  3. Build a GUI to wrap your implementation.

Hints


Return Home