19 of 64Refer to the following Apex code: Integer x=0; do { x=1; x++; } while (x < 1); System.debug(x); What is the value of x when it is written to the debug log? 01 2 3 View other questions here: Salesforce Certified Platform Developer I (Set 3) Previous Question Next Question Was this helpful? YesNo 0 / 0 #Developer #Salesforce Developer