循环打印0-99
摘要:
using System;using System.Collections.Generic;using System.Text;namespace helloworld{ class Program { //public static int i = 2; static void Main(string[] args) { for (int i = 0; i < 100; i += 10) { for (int j = i; j < i + 10; j... 阅读全文
posted @ 2011-11-10 16:48 丁丁不忆男 阅读(120) 评论(0) 推荐(0)
浙公网安备 33010602011771号