Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - Let a and b be integer variables, and the following legal expression is
Let a and b be integer variables, and the following legal expression is
a,b=a/2

b,b*=a+2

c,b+=a+2

D, b=a%2.5 a and b are integer variables, and 2.5 is floating-point variable. The two types are different, but the floating-point type can be converted into an integer by forcing the type, and then% is the remainder operation.