Computer Science, asked by mithil5, 9 months ago

. The && operator requires which among the following conditions to be satisfied to represent a success for two relations? *​

Answers

Answered by Anonymous
3

The && operator work between two condition that requires to be true.

ex:-

if(a>b&&c>b)

{

//code

}

Similar questions