a=prompt("ievadiet skaitli !", 100);
b=prompt("ievadiet otru skaitli !", 20);
liel=Math.max(a,b)
maz=Math.min(a,b)
alert(maz+" ir mazāks par "+liel)