Is this a typo on purpose?
.
. 2019-01-03 01:27:43
0
2
889

return "The larger book , among $a,$b is:".(($a>$b>) ? $a : $b );

This is a typo on purpose

.
.

reply all(1)
韦小宝

is not wrong! That’s ternary arithmetic! ($a>$b) ? $a : $b ); The one behind you should look like this! The previous $b and neutralization are together, just add a connector in the middle!

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template