Homework Clinic

Science Clinic => Computer Science => Topic started by: Jipu 123 on May 22, 2019

Title: The two important parts of a while loop are the expression that is tested for a true or false value and
Post by: Jipu 123 on May 22, 2019
The two important parts of a while loop are the expression that is tested for a true or false value and
◦ a statement or block that is repeated once, if the expression is true
◦ a statement or block that is repeated as long as the expression is true
◦ one line of code that is repeated once, if the expression is true
◦ a statement or block that is repeated only if the expression is false
Title: The two important parts of a while loop are the expression that is tested for a true or false value and
Post by: maya.nigrin17@yahoo.com on May 22, 2019
a statement or block that is repeated as long as the expression is true
Title: The two important parts of a while loop are the expression that is tested for a true or false value and
Post by: Jipu 123 on May 22, 2019
Excellent
Title: The two important parts of a while loop are the expression that is tested for a true or false value and
Post by: maya.nigrin17@yahoo.com on May 22, 2019
Great! Please up vote :D
Title: Re: The two important parts of a while loop are the expression that is tested for a true or false va
Post by: Btbw on Mar 8, 2023
Thank you!