Operators
Operators perform arithmetic, comparison, and logical operations on values.
PHP
echo 10 + 3;Try it Yourself
Run this PHP example in your local environment or course sandbox.
PHP Tutorial
Source: Bro Code
Operators perform arithmetic, comparison, and logical operations on values.
echo 10 + 3;