#include <stdio.h>
#include <conio.h>
main()
{
int a,b,maxx;
printf("\nNhap vao 2 so nguyen:");
scanf("%d %d",&a,&b);
if (a>b)
maxx=a;
else
maxx=b;
printf("\nGia tri max cua hai so %d va %d la: %d",a,b,maxx);
getch();
}
Không có nhận xét nào:
Đăng nhận xét