程式設計作業-匯率換算(一) Posted by wells Categories 程式設計 Date 2017 年 10 月 2 日 Comments 0 comment 程式規範 1.二個PictureBox,放置中華民國與日本國旗 2.二個Label,新台幣與日圓 3.二個文字方塊,輸入新台幣,輸出等值日圓 4.一個按鈕,執行下面的程式: private void button1_Click(object sender, EventArgs e) { double twd = double.Parse(textBox1.Text); double jpy = twd * 2.7; textBox2.Text = jpy.ToString(); } Share: wells Previous post 抗通膨省荷包中部補修廠集體報到 2017 年 10 月 2 日 Next post 2018年冬 日本 北陸 名古屋、高山、金沢、合掌村、富山、大阪 2017 年 10 月 9 日 You may also like App Inventor 2 – 播放Youtube的影片 13 10 月, 2024 網頁設計學習roadmap 12 9 月, 2024 線上衣服換色 16 7 月, 2024