Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Вкажіть правильний синтаксичний запис циклу з параметром for в PHP?
for (a:=0, a<=10, a++);
for (int a=0, a<=10, a++);
for (var a=0; var a<=10; var a++);
for($a=0; $a<=10; $a++);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!