Results 1 to 3 of 3

Thread: equivelant conditions

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2006
    Posts
    9

    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 ))

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: equivelant conditions

    Show us the code you have so far.

  3. #3
    Frenzied Member cssriraman's Avatar
    Join Date
    Jun 2005
    Posts
    1,465

    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.
    CS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width