1.若a、b、c、x、y均为int型变量,且a=5,b=7,c=10;则y=a,x=b+c,c+x的值为( ).

问题描述:

1.若a、b、c、x、y均为int型变量,且a=5,b=7,c=10;则y=a,x=b+c,c+x的值为( ).

y=5,x=17,c+x的值为10+17为27