Saturday, August 27, 2016

Blog 1

Which one of these is not a loop structure?

         Do While

         If Then Else

         While

         For Next Loop

13 comments:

  1. "Do while" is not a loop structure.
    -Joe Haj

    ReplyDelete
  2. do while is not a loop
    Aydan laurion

    ReplyDelete
  3. Do while isn't a loop.
    Alex Haston

    ReplyDelete
  4. do while
    Charlie Lin

    ReplyDelete
  5. Chris VanYe
    Do while

    ReplyDelete
  6. do while
    - Owen Luther

    ReplyDelete
  7. For Next Loop is not a loop. Do while can be written as "Do while True:" and can infinitely repeat, If Then Else can be written in python as x=0 If (x<1): " etc. And while can also be a representative of a loop. Being that while true in python will infinitely loop the code underneath it, or predefined functions/decorators.
    - Travis Vonheeder

    ReplyDelete