What will be the output of the following pseudo code ?
Integer a Set a =4 do print a + 2 a = a-1 while (a not equals 0) end while