• 2022-06-15
    写出下面表达式的值(设a=10,b=4,c=5,d=1,x=2.5,y=3.5) ⑴ a%=(b%=3) 【1】 ⑵ a+=a-=a*=a 【2】 ⑶ (float)(a+c)/2+(int)x/(int)y 【3】 ⑷ a*=b-c; 【4】