Custom Search

Friday, January 30, 2009

EXAMPLE 4

EXAMPLE # 4:-


using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
for (int i = 0; i <= 10; i++)
{
Console.WriteLine("YOU ARE A BOY");
}
}
}
}

No comments:

Post a Comment