-
26.
0#include <stdio.h>
int main(void)
{
int x, y;
printf("x :");
scanf("%d" , &x);
printf("y:");
scanf("%d",&y);
if(x>y)
prrintf("%d > %d" , x , y);
else("%d < %d" , x,y);
system("PAUSE");
return 0;
}
başlık yok! burası bom boş!