冰楓論壇

標題: 新手來看 [打印本頁]

作者: qacqscqsc25    時間: 2013-1-21 10:40
標題: 新手來看
本帖最後由 qacqscqsc25 於 2013-1-21 10:48 編輯

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            string text = "";

            for (int i = 1; i <= 19; i++)
            {
                text += "11 x" + i + " = " + 11 * i + "\r\n";
            }

            MessageBox.Show(text);
        }
    }
}




這個是C#乘法的代碼
希望對新手有幫助

WindowsFormsApplication7.rar

35.97 KB, 下載次數: 0

售價: 2 楓幣  [記錄]  [購買]


作者: qacqscqsc25    時間: 2013-1-21 10:41
我剛學C#而已--
作者: qacqscqsc25    時間: 2013-1-21 12:43
對齁有神麼好的語言也可以給我媽我需要
作者: 0921018853    時間: 2013-1-21 15:06
提示: 作者被禁止或刪除 內容自動屏蔽
作者: qacqscqsc25    時間: 2013-1-21 21:58
7的計算機




歡迎光臨 冰楓論壇 (https://bingfong.com/) Powered by 冰楓