xxxxxxxxxx
programming is like basically you building a computer program in order to get a
desired result or to automate your lifestyle
xxxxxxxxxx
Programming is process of creating a set of instructions or developing a procedure that tell a computer how to perform task.
xxxxxxxxxx
using System;
class Program {
static void Main() {
Console.WriteLine("Hello, World!");
}
}