What will be the aut put of the following double b = 25.6; double a Math.rint (math.abs (b)); System.out.printin.(a"="+a) ;
Answers
Answered by
0
Answer:
A=26.0 answer of this question.
Explanation:
PLS MARK ME AS BRAINLIST.
Answered by
0
Explanation:
double b = 25.6;
double a = Math.rint(Math.abs(b)); System.out.println("a = " + a);
answer is 26
Similar questions