79611901

Date: 2025-05-08 07:34:40
Score: 2
Natty:
Report link
$a=11;
while($a<=18){
   echo $a."-";
    $a=$a+2; 
}
echo $a;
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ayesha Zahoor