Int x=5, y; Float z=2;
Expression of y=x/2=z where is wrong
CodePudding user response:
You this is the real data is assigned to the integer data type, if using the equals sign should use two equals?CodePudding user response:
Y=x/2=z; You this is assigned to the z/2 x?? Do you think can you give a a variable assignment expressionCodePudding user response:
This expression is mainly x/2=z is strange isn't itCodePudding user response:
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.htmlI hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html