OP Taze Üye
Teşekkür Sayısı: 0
3 mesaj
Kayıt Tarihi:Kayıt: May 2011
set A = 4, B = 5;
set temp = -1;
if (A - B > temp)
print "bigger"
if (B - A > temp)
print "smaller"
a) Bigger
b) Smaller
c) Önce Bigger, sonra Smaller
d) Hiçbiri