+ 2
Why is my code not working? #2
int b=9, d=0, n=2; d = Math.floor(b / Math.pow(2,n));
4 Antworten
+ 2
use (int) before the Math.floor then ur code will be working
+ 1
Thanks a lot 😀
0
09-990-+53+$
int b=9, d=0, n=2; d = Math.floor(b / Math.pow(2,n));