18.10.2014, 05:02
Best:
Код:
new a=3, b=3;
if(a == 5) print("A = 3");
else if(b == 3) print("B = 3 Elseif");
else print(" Penasaran ");

