Which of the following would compile without error? June 6, 2022 by admin โช Choose the correct option.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); Submit Answer