This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * プログラム名 Ryogae.java | |
| * プログラムの内容の説明 日本円(¥)を入力し,その金額を米ドル(US$)に両替するプログラム | |
| * 作成日 12/1 | |
| */ | |
| public class Ryogae { | |
| public static void main(String[] args) { | |