What will be the value of x after executing the following pseudo codes
a)x = 9;x == 8;
b)x = 9;x = 7;
8, 9
8, 7
9 , 7
9, 9
This question is part of this quiz :