Question:Which of the following would compile without error? 

A int a = Math.abs(-5); 

B int b = Math.abs(5.0); 

C int c = Math.abs(5.5F); 

D int d = Math.abs(5L); 

+ Answer
+ Explanation
+ Report
Total Preview: 1345

Copyright © 2024. Powered by Intellect Software Ltd