Consider the following algorithm: m := 0 p := 7while m ≥ 0…

Consider the following algorithm: m := 0 p := 7while m ≥ 0 and m ≤ 2      m := m + 1      p := p – 1end while Work through this algorithm by hand, starting from the first line.  When the algorithm is finished, what is the final value of m? Type your answer in the first space.      _______ What is the final value of p?  Type your answer in the second space.  _______