Computer Science, asked by dhaneeshv67, 5 hours ago

Which of the following will run without error? 1 a) round(45.8)
b) round(6352.898,2,5)
c) round()
d) round(7463.123,2,1)​

Answers

Answered by vishwaratnakeshari51
1

Answer:

a is the correct option

Explanation:

here we can see that, option B and option D contains coma which is not acceptable by computer and the option C doesn't contain information but In option A it is full fledged programming . and doesn't contain any error..

Answered by s4bfzm9q5c
0

Answer: A)45.8

Explanation:

Similar questions