00:01
In this problem, we have been given a few sentences and we need to determine whether an inclusive or an exclusive or has been intended.
00:10
So the first statement is, experience with c+ + or java is required.
00:17
Now, this is an inclusive or.
00:21
The reason is that it will be nice if you have experience with both c+ + and java, but the sentence just means that having experience with at least one is what is required.
00:34
So it's okay if one has experience with c+ + or if he has experience with just java or if he has experience with both.
00:42
So this means that this will be an inclusive or.
00:45
Now in the second question, we have lunch includes soup or salad.
00:49
So that's an exclusive or because in this case this means that lunch will come with soup or lunch will come with salad.
00:58
But it will never come with both soup and salads.
01:01
So it's an exclusive or...