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
/* | |
* プログラム名 両替 | |
* プログラムの内容の説明 円をドルに両替するプログラム | |
* 作成日 12/1 | |
*/ | |
import java.io.*; | |
public class Ryogae { | |
public static void main(String[] args) { |