Computer Science, asked by hereicome1186, 9 months ago

Give the output of the following program statement double a = 9.8 , b = 8.6; System.out.println(Math.max(Math.floor(a),b))

Answers

Answered by sumithrasumi2215
0

Give the output of the following program statement double a = 9.8 , b = 8.6; System.out.println(Math.max(Math.floor(a),b))

output

66.64

Similar questions