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
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
0
Answer: A)45.8
Explanation:
Similar questions