MHB Value of x After Logic & Math Task w/ x=2

  • Thread starter Thread starter vb14
  • Start date Start date
  • Tags Tags
    Logic
vb14
Messages
8
Reaction score
0
Hi Folks,
I am stack with following task:What is the value of x after each of these statements is encountered in a
computer program if x=2 before the statement is reached?

(i) if (6+2=9) then x:=x+1 .
(ii) if ((3+2=5) OR (2+3=3))then x:=x+1 .
(iii) if ((12+4=17) AND (4+5=9)) then x:=x+1.

Note 1 OR is ∨ AND is ^
Note 2 := is an assignment sign.Any help will be appreciated.
Thanks.
 
Physics news on Phys.org
Is the IF part of i) true?
Is the IF part of ii) true?
Is the IF part of iii) true?
 
Ackbach said:
Is the IF part of i) true?
Is the IF part of ii) true?
Is the IF part of iii) true?

(i) false
(ii) false
(III) false
 
vb14 said:
(i) false
(ii) false
(III) false

(ii) is incorrect. The first part of the OR is true, making the entire OR true. So, which THEN parts will execute?
 
tell me please the answer is 3:)
 
vb14 said:
tell me please the answer is 3:)

Correct!
 
Thanks a lot, I feel like a genius now!:D
 

Similar threads

Replies
1
Views
1K
Replies
17
Views
1K
Replies
1
Views
1K
Replies
40
Views
8K
Replies
1
Views
1K
Replies
8
Views
2K
Replies
2
Views
2K
Replies
7
Views
1K
Back
Top