What is the value of x after these statements if the starting value of x is 3.
(a) If x^2 = 5^x then x := 25^x. (b) If x^2 > x and x^3 < 4x^2 then x := x+ 2. (c) If 4^x < x^4 or x^5 > 5^x then x := x^2. (d) If 5^x > 2^x xor x^2 < 11 then x := x + 8. (e) If x > 7 then x := x^2.