Home > Back-end >  Put a question to bosses
Put a question to bosses

Time:06-06

Want to ask bosses c
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 expression

CodePudding user response:

This expression is mainly x/2=z is strange isn't it

CodePudding user response:

I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.html
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html
  • Related