Source Code (for reference)

Program P

   Q := 0
   R := X
   while R>=Y do
      Q := Q + 1
      R := R - Y
   end

Specification r