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