2018-12-20

#代碼

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

namespace ConsoleApplication1

{

? ? class Program

? ? {

? ? ? ? static void Main(string[] args)

? ? ? ? {

? ? ? ? ? ? for (int i = 1; i < 10; i++)

? ? ? ? ? ? {

? ? ? ? ? ? ? ? for (int j = 1; j <= i; j++)

? ? ? ? ? ? ? ? {

? ? ? ? ? ? ? ? ? ? Console.Write("{0}*{1}={2}\t", j, i, j * i);

? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? Console.WriteLine();

? ? ? ? ? ? }

? ? ? ? ? ? Console.ReadKey();

? ? ? ? }

? ? }

}

#效果


?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • mean to add the formatted="false" attribute?.[ 46% 47325/...
    ProZoom閱讀 3,204評(píng)論 0 3
  • #代碼 using System; using System.Collections.Generic; using...
    柏建春閱讀 142評(píng)論 0 0
  • #代碼 using System; using System.Collections.Generic; using...
    柏建春閱讀 232評(píng)論 0 0
  • #代碼 using System; using System.Collections.Generic; using...
    柏建春閱讀 276評(píng)論 0 0
  • 分享給大家一個(gè)很久之前寫的一個(gè)純C#控制臺(tái) 3D闖關(guān)游戲代碼 直接復(fù)制就可以用 初學(xué)者可以看看 學(xué)習(xí)一下編程思想還...
    Magic_Dong閱讀 4,430評(píng)論 3 0

友情鏈接更多精彩內(nèi)容