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
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