以下代码段执行后的输出结果为( )
int  x =-3;

int  y =-10;
System.out.println(y%x);(本题1.0分)
A. -1
B. 2
C. 1
D. 3
出自:平顶山学院-计算机网络技术(高起专)-Java程序设计(高起专)