13.
In these question, @, #, $, * & % symbols are used for different meaning as follows:
‘A @ B’ means A is not less than B.
‘A # B’ means A is neither less than nor equal to B.
‘A $ B’ means A is neither less than nor greater than B.
‘A * B’ means A is not greater than B.
‘A % B’ means A is neither greater than nor equal to B.
Considering all the statement in each question true, find that which of the following two conclusion – I & II is definitely true.
Statement - I
L * P, P % V, V # D
Conclusion: I. L * V
II. L $ D