Computer Science, asked by 278raghav, 7 hours ago

Write the return type of the following library methods?

i. round( ) ii. random ( )​

Answers

Answered by churyaayush
0

Answer:

round returns answer to the nearest decimal i.e. 2.3 = 2 , 4.5 = 5 ;basically terminates the result random just picks a random number out of the variables in parenthesis

Explanation:

Similar questions