|
-
Jun 15th, 2008, 01:36 PM
#1
Thread Starter
Addicted Member
[RESOLVED] conditional and logical
hi i need help in find out the difference between a conditional statement and a logical statement. i cant figure it out and i think the two statements are the same but may be wrong.
so can somebody explain the two statements and give examples? thanks in advance
-
Jun 15th, 2008, 01:47 PM
#2
Re: conditional and logical
If A = B Then C = D
Is a conditional statement. C will only equal D if the condition A = B is True
B = 5
C = 3
D = 7
A = B And C And D
Is a logical statement. A will be equal to 1 because B, C, D are logically AND's together
Last edited by jmsrickland; Jun 15th, 2008 at 01:58 PM.
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
|