static void Main(string[] args) { do { int n; n = SoNguyen.NhapSoNguyenDuong("Nhap n="); Console.Write("Tich cac chu so le cua " + n + " la " + TinhToan.tich(n)); } while (SoNguyen.NhapSoNguyen("\nTiep tuc (1.Tiep, 0.Khong)") != 0); }