Prints x while x is greater then 0, so x will equal -2 by the time it's done.x = 7x = 4x = 1x = -2~Travis Vonheeder
This program subtracts 3 from 10 until the number is 0 or less and prints the numbers more than 0The loop goes through three times
It prints x then subtracts 3 from the initial value of x and saves that number as the new value of x.5 times10741-2-Katelyn
the program defines the variable xthe loop goes through 2 timesoutput lines: 10 10=10-3jonathan sandstede
Chris VanYe1. prints numbers and subtracts three each time2. 43. 10, 7, 4, 1
Josh Lee1. Prints numbers starting with 10 and subtracting by 3 as long as the number is greater than 0.2. 43. 10, 7, 4, 1
find out the value of x910Charlie Lin
This program will minus 3 from ten until it is no longer greater than 0, it will go through the loop 4 times10741-Sean
That program write x The loop will go through 10 times-Gary
prints 10 and then sub. 3 and prints that #it will do this 3 times10741- Owen Luther
find the x value2 times10,7-Lux lei
It subtracts 3 from 10 until the product gets to 0. It goes through the loop 4 times. Line 1 :10Line 2 :7Line 3 :4Line 4 :1Alex Haston
1. Starting from 10, this program decrements by 3 until it's less than 02. It goes through 4 times.3. 10 7 4 1- Abby Peterson
It prints the x value while it is greater than 0. It goes through 4 times. 10741Joe Haj
prints numbers starting at ten going down by threes10741-Ben
Prints x while x is greater then 0, so x will equal -2 by the time it's done.
ReplyDeletex = 7
x = 4
x = 1
x = -2
~Travis Vonheeder
This program subtracts 3 from 10 until the number is 0 or less and prints the numbers more than 0
ReplyDeleteThe loop goes through three times
It prints x then subtracts 3 from the initial value of x and saves that number as the new value of x.
ReplyDelete5 times
10
7
4
1
-2
-Katelyn
the program defines the variable x
ReplyDeletethe loop goes through 2 times
output lines:
10
10=10-3
jonathan sandstede
Chris VanYe
ReplyDelete1. prints numbers and subtracts three each time
2. 4
3. 10, 7, 4, 1
Josh Lee
ReplyDelete1. Prints numbers starting with 10 and subtracting by 3 as long as the number is greater than 0.
2. 4
3. 10, 7, 4, 1
find out the value of x
ReplyDelete9
10
Charlie Lin
This program will minus 3 from ten until it is no longer greater than 0, it will go through the loop 4 times
ReplyDelete10
7
4
1
-Sean
That program write x
ReplyDeleteThe loop will go through 10 times
-Gary
prints 10 and then sub. 3 and prints that #
ReplyDeleteit will do this 3 times
10
7
4
1
- Owen Luther
find the x value
ReplyDelete2 times
10,7
-Lux lei
It subtracts 3 from 10 until the product gets to 0. It goes through the loop 4 times.
ReplyDeleteLine 1 :10
Line 2 :7
Line 3 :4
Line 4 :1
Alex Haston
1. Starting from 10, this program decrements by 3 until it's less than 0
ReplyDelete2. It goes through 4 times.
3. 10
7
4
1
- Abby Peterson
It prints the x value while it is greater than 0. It goes through 4 times.
ReplyDelete10
7
4
1
Joe Haj
prints numbers starting at ten going down by threes
ReplyDelete10
7
4
1
-Ben