Thursday, 2024-04-25, 3:27 PM

Công nghệ là sức mạnh

Danh Mục
Tìm Kiếm
Đăng Nhập
Thống kê

Total online: 1
Khách: 1
Thành Viên 0
lịch việt
Van Thanh
post to
tag may
blog collection
tin 24h trong ngày
Nhận xét
Đánh Giá Website
Total of answers: 16
Main » 2011 » October » 27
[code]using System; 
using System.IO; 
 
using System.Collections; 
 
namespace DCT110X_DHSG 
    class CTime 
    { 
        private int hour, minute, second; 
        public CTime() 
        {   hour = minute = second = 0; 
        } 
        public CTime(int h, int m, int s) 
        {   hour = h; minute = m; second = s; 
        } 
        public void Nhap() 
        {   do 
            {   Console.Write("nhap gio="); 
        &n ... Đọc tiếp »
lượt xem: 702 | Thêm bởi : rainbow_xz | Ngày: 2011-10-27 | Comments (0)