用c#实现金字塔图案

HFSHAOHUI 33 0 RAR 2019-06-04 16:06:37

usingSystem;usingSystem.Collections.Generic;usingSystem.Text;namespace金字塔{classjinzita{publicvoidfa(){Console.WriteLine("请输入一个一到九的整数");intn=0;n=Convert.ToInt32(Console.ReadLine());Console.WriteLine("您输入的数是:"+n);

用户评论
请输入评论内容
评分:
暂无评论