組み込みソフトウェア コースの過去の論文の質問に行き詰まっています。
質問は次のように尋ねます。
Let n be the number of iterations of the while loop. Calculate an upper and lower bound on the value of n given that b <= bmax.
x=a
if x<1
then
x=1
end if
while x<b
loop
x=x+1
end
上限は n<=bmax になると思いますが、下限の計算方法がわかりません。誰でも助けることができますか?
ありがとう