Computer Science, asked by itsfaiez, 3 months ago

find the value of x. if the illigal select Error. int x; x=3/4

Answers

Answered by DanieltheGreat
1

Answer:

The test in the for loop is for continuation. So while x is LESS than 10 the loop will continue. So at the end of the loop x cannot be less than 10. The only option that meets that requirement is A.

Similar questions