For which values of the integer value will the following code-03127
For which values of the integer _value will the following code becomes an infinite loop?int number=1;while (true) {cout << number;if (number == 3) break;number += integer_value; }any number other than 1 or 2
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.4.