Computer Science, asked by drake791, 21 hours ago

Initialize an array number[] by the following values:3.52, 5.96, 2.9, 1.06, 4.28, 3.13
Write a program in java that rounds off each number to the nearest integer
(write the whole program as an answer)

Answers

Answered by sabarish13052011
1

Answer:

Initialize an array number[] by the following values:3.52, 5.96, 2.9, 1.06, 4.28, 3.13

Explanation:

Similar questions