Take a Quiz
All Products
Brain Games
ProProfs.com
Change Image Delete
Int a = Math.abs(-5); Int b = Math.abs(5.0); Int c = Math.abs(5.5F); Int d = Math.abs(5L);
Answered Jul 13, 2017
How come it is int a=Math.Abs(-5);
if int a=Math.abs(-5);
int a=Math.abs(5.0);
int c=Math.abs(5.5F);
int d=Math.abs(5L);
Forgot your password?