int x; for(x = 0; x < 10; x++) { }What is the final value of x when the code is run?22/25int x; for(x = 0; x < 10; x++) { } What is the final value of x when the code is run? </>10901Giải thíchChọn đáp án A