SOURCE CODE:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace lab1_task1_
{
class Program
{
static void Main(string[] args)
{
Console.Write( "computer
");
Console.Write("programming
");
}
}
}
No comments:
Post a Comment