Math, asked by musenge1968, 6 hours ago

what is the value of x after the statement; if (x+1=3) OR (2x +2=3) then x;= x+1

Answers

Answered by ranigudiya112
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