正在加载图片...
The Currency Converter Class This class is used to do the currency conversion between a foreign currency and the 大 author Dr. caffeine lass CurrencyConverter how much $1.00 U.s. is worth in the foreign currency private double exchangeRate //method declarations come here C 2000 McGraw-Hill Introduction to Object-Oriented Programming with Java--Wu Chapter 4-9© 2000 McGraw-Hill Introduction to Object-Oriented Programming with Java--Wu Chapter 4 - 9 The CurrencyConverter Class /** * This class is used to do the currency conversion * between a foreign currency and the U.S. dollar. * * @author Dr. Caffeine */ class CurrencyConverter { /** * how much $1.00 U.S. is worth in the foreign currency */ private double exchangeRate; //method declarations come here }
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有