Which package to use for using bit operator in java? -
i'm not able compile java code contains bit operators. bundle should use?
test.java:16: not statement carry << 1; ^ 1 error
you have assign result of operator variable
int carry = 5; carry = carry << 1;
java
No comments:
Post a Comment