Skip to content

Instantly share code, notes, and snippets.

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