1 Consider the statement Assuming a is positive, for what value
2 of a will this code statement result in an infinite loop?
3
4 while (a less than 10.0)
5
a = a*a
Answers
Answered by
1
Explanation:
VFW 1 Consider the statement Assuming a is positive, for what value
2 of a will this code statement result in an infinite loop?
3
4 while (a less than 10.0)
5
Similar questions