Код: Выделить всё
private static void Main(string[] args)
{
Console.WriteLine("=====Kurir=====");
Console.WriteLine(" ");
Console.Write("Masukkan Tanggal: ");
int tanggal = Convert.ToInt32(Console.ReadLine());
Console.WriteLine(" ");
Console.WriteLine("===Input Data Barang===");
Console.WriteLine(" ");
Console.Write("Kode Barang: ");
kode = Convert.ToInt32(Console.ReadLine());
}

Заранее спасибо
Подробнее здесь: https://stackoverflow.com/questions/792 ... ll-the-tut