当前位置:编程学习 > C#/ASP.NET >>

程序员情商:对爱情的编码,如何解释循环?

using System;
using System.Collections.Generic;
using System.Text;

namespace PeoplesLoveStories
{
    class Program
    {
        static void Main(string[] args)
        {
            do
            {
                Sweeting();
                Sadnessing();
            } while (InlovingPeople.Loving());
        }
    }
}


--------------------编程问答-------------------- 人生如梦亦如戏,表要太认真,骚年 --------------------编程问答-------------------- 恋爱的酸甜苦辣 --------------------编程问答-------------------- 骚年,想什么呢 --------------------编程问答-------------------- 好心酸的帖子 --------------------编程问答-------------------- --------------------编程问答--------------------  目测LZ 已失恋 --------------------编程问答-------------------- 你这是死循环了 --------------------编程问答-------------------- --------------------编程问答-------------------- --------------------编程问答--------------------
补充:.NET技术 ,  非技术区
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,