|
-
Apr 7th, 2006, 08:30 PM
#1
Thread Starter
New Member
equivelant conditions
For the following problem, determine whether or not the two conditions are equivalent – that is, whether they will be true or false for exactly the same values of the variables appearing in them.
(a = b) And (( b = c) Or ( a = c ));
( a = b ) Or (( b = c ) And ( a = c ))
-
Apr 7th, 2006, 08:38 PM
#2
Re: equivelant conditions
Show us the code you have so far.
-
Apr 7th, 2006, 11:19 PM
#3
Re: equivelant conditions
For the above examples, both will be same. if and only if a=b=c then only both statements will become true.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|