Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
Decision making
Jeremy Stone
13y
1.2k
1
Reply
How do I make it so that something happens if condition a and condition b are true or condition c and condition d are true. I was thinking something like
if a = true && b = true || c = true && d = true
{
Console.Write("Hello")
}
but I am not sure.
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
how to save my biometric fingerprint scanner files(.Fpt), to my sqlserver database and how to retrieve it?
Conditional vs logical