Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 158 Bytes

operators.md

File metadata and controls

12 lines (9 loc) · 158 Bytes

Operators

Question 1

What is the correct way to add 1 to the $count variable?

a) $count =+1
b) count++;
c) $count++;
d) ++count