Question:What is the correct way to add 1 to the $count variable?
A count++; B $count++; C ++count; D $count =+1;
+ AnswerB
+ Report