Given the values of $a=10, $b=3, $c=7, and $d=20, print the value of $result:
$result = ( $a >= $b ) && ( $c < $d );
$result = ( $a < $b ) || ( $c <= $d );
$result = $a % $b;
I dont even know what this question is asking me. if you know please tell me or if you know the answer thats helpfull too. thx