can some tell why the below loop stop running after some time.
$start=10;
const run=0;
while($start >run){//do somthing } -- Best Wishes Andrew Williams
can some tell why the below loop stop running after some time.
$start=10;
const run=0;
while($start >run){//do somthing } -- Best Wishes Andrew Williams