owatson517 owatson517 07-12-2022 Computers and Technology contestada SLO-5.3. When the value of x is 2, how many times is the word HELLO output given the following code? while (x < 4) {print "HELLO"; x=x+1; } A. 1B. 2C. 3D. 4E. none