//Viết chương trình Console Application, nhập vào số nguyên n có 3 chữ số. Hãy tính tổng 3 chữ số đó.
namespaceBaiThucHanh1{
class Program{
static void Main (){
int n;
Console.Write("Nhap vao so nguyen n: ");
n = int.Parse(Console.ReadLine());
ints = 0;
intdu;
while(n != 0) {
du = n % 10;
s = s + du;
n = n / 10;
}
Console.WriteLine("Tong cac chu so la: {0}",s.ToString());
Console.ReadLine();
}
}
}
{ 0 nhận xét... read them below or add one }
Đăng nhận xét