Martes, Marso 7, 2017

ACT14

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

namespace diaz_bscs_my14th
{
    class Program
    {
        static void Main(string[] args)
        {

            Console.WriteLine("Subject code: cs242");
            Console.WriteLine("Subject title: programming languange");
            Console.WriteLine("name: anthony diaz");
            Console.WriteLine("age: 19");
            Console.WriteLine("birthdate: may 23,1997");
            Console.WriteLine("year and section: bcsl 2c");
            Console.WriteLine("Subject insructor: clinton reducto");
            Console.ReadKey();
        }
    }
}

Walang komento:

Mag-post ng isang Komento