PHP - Loops
Identify the error in this PHP for loop:
for ($k = 0; $k < 4; $k + 2) {
echo $k;
}for ($k = 0; $k < 4; $k + 2) {
echo $k;
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions