k:=0; b:=1;
{b=a^k}
while k <> n do begin
k:=k+1;
b:=b*a;
end;
无法在其他地方获得帮助..希望能在这里得到答案。
答案 0 :(得分:2)
这是我第一次在 VB.net 中看到的东西。这意味着“不等于”。
您可能会看到其他格式:
!=
/=
=/=
^= (although in Java this is a bitwise XOR operation, in some notations ^ denotes not.)
答案 1 :(得分:2)
当k“小于或大于,因此不等于”n