what is the value of x after the statement; if (x+1=3) OR (2x +2=3) then x;= x+1
Answers
Answered by
1
Answer:
if x + 2 = 3 then x := x + 1 b) if (x + 1 = 3) OR (2x + 2 = 3) then x := x + 1 c) if (2x + 3 = 5) AND (3x + 4 = 7) then x := x + 1 d) if (x + 1 = 2) XOR (x + 2 = 3) then x := x + 1 e) if x < 2 then x := x + 1.
Similar questions
Political Science,
1 month ago
Biology,
1 month ago
Math,
2 months ago
Hindi,
2 months ago
Science,
9 months ago