Breaking News
Loading...
Wednesday, August 22, 2012

Dùng if và goto để tạo vòng lặp

8/22/2012 09:58:00 PM

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

namespace lenh_goto
{
    class 
Program
    
{
        static 
void Main(string[] args)
        {
            
int i=1;
            
lap:
            if (
<= 10)
            {
                
Console.Write(" ");
                
i++;
           
             }
            
goto lap;

        }
    }
}  

0 comments:

Post a Comment

 
Toggle Footer