Question: Prove that the following program is correct using axiomatic semantics. {x 0 y > 0} q = 0; r = x; while (y
Prove that the following program is correct using axiomatic semantics.
{x 0 y > 0}
q = 0;
r = x;
while (y <= r) do
{
r = r - y;
q = q + 1;
}
{0 r < y x = r + qy
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
