Computer Science, asked by abhinandan1741018020, 7 months ago

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 meenabenpatel79
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