cylinderaby71 cylinderaby71 22-12-2022 Computers and Technology contestada 2. What will be the value of x? var x = 0; for(var i = 0; i < 4; i++) { x = x + i; } Python