赞题库-背景图
单项选择题

下列语句序列执行后,k 的值是。 int i=4; int j=5; int k=9; int m=5; if(i>j||m
A.5
B.10
C.8
D.9