摘要:
namespace 烧开水循环跳转{ class Program { static void Main(string[] args) { Console.ForegroundColor = ConsoleColor.Green; Console.Clear(); while (true) { st... 阅读全文
摘要:
{ class Program { static void Main(string[] args) { while (true) { int sum = 0; for (int i = 1; i 49 && a <= 100) { sum = sum + 10; Console.WriteLine... 阅读全文
摘要:
static void Main(string[] args) { while (true) { int ct=0,xt=0,yt=1,zt=1,m; Console.WriteLine("请输入月数:"); m = Convert.ToInt32(Console.ReadLine()); for... 阅读全文
摘要:
class Program { static void Main(string[] args) { while (true) { int a, b; int s = 0; Console.WriteLine("请输入第一个数:"); a = Convert.ToInt32(Console.Read... 阅读全文