Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: DJ on May 9, 2014



Title: Identify a flaw in the control of the following loop. X = 3 while (X != 8):
Post by: DJ on May 9, 2014
Identify a flaw in the control of the following loop.

   X = 3
   while (X != 8):
       X = X + 2

This is for my computing programming course


Title: Re: Identify a flaw in the control of the following loop. X = 3 while (X != 8):
Post by: kode on May 27, 2014
Content hidden