0% found this document useful (0 votes)
31 views1 page

Arithmetics Operators

Uploaded by

Ayesha Kashif
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

Arithmetics Operators

Uploaded by

Ayesha Kashif
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Arithmetics operators

$a = 10;
$b = 20;
Echo $a+$b. “<br”;
Comparison operators:
If($a==$b){echo “Valuse are equal”;{
Else{“Valuse are equal”;
If($a<$b){echo “Valuse are equal”;{
Else{“Valuse are equal”;
If($a!==$b){echo “Valuse are equal”;{
Else{“Valuse are equal”;
Assignments operator
$A += $20;
++$b

You might also like