Consider the following loop with the indicated assertions. What is the value or range of values for X at points A and B in the program? Assume that the initial value of X is less than or equal to 86 so that we enter the loop.
while (X<=86)
{X<=86}
X=X+7
{A:________________________}
{B:_________________________}
2006-12-05
10:48:53
·
4 answers
·
asked by
anueurysm
2
in
Computers & Internet
➔ Programming & Design
this is an example problem. i need to know how it works because i have a smiliar problem. getting the answer is useless without an explanation.
2006-12-05
10:55:07 ·
update #1