.______M_u_h_a_n_d_i_s_k______.
KOMPILASI NOTA-NOTA KEHIDUPAN DAN PERINGATAN UNTUK DIRI SENDIRI
Pages
Home
Wisdom of Doa
Method of Doa
Doa
سورة الفاتحة
IIUM
|
MyIIUM
|
E-learning
|
Microsoft
|
Wolfram Alpha
|
Medical Terms Dictionary
|
Google Translate
|
Google Maps
Change Position (Programming for Engineers)
#include<stdio.h>
int main (void)
{
int x, y, z;
scanf("%d", &x);
scanf("%d", &y);
z = x;
x = y;
y = z;
z = (y>x)? y:z;
printf("%d %d", x, y);
system("pause");
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment