swoodard3961 swoodard3961 29-04-2024 Computers and Technology Answered What will be the value of x after the following code is executed? int x = 10; while (x < 100) {X+=10;} ( A) 90 B) 100 C) 110 D) This is an infinite loop