do { $i=0; print"the value of i inside the loop is :$i\n"; $i++; }until($i<=10)