单选题 难度 1
从上往下第一个成立的分支才执行。
当 s = 75 时,下面代码输出( )。 if (s >= 90) cout << "A"; else if (s >= 60) cout << "B"; else cout << "C";