To store rounded number of 8 6 in a variable called r number we-01514
To store rounded number of 8.6 in a variable called "r_number", we write __________.
This multiple choice question (MCQ) is related to the book/course
vu cs101 Introduction to Computing.
It can also be found in
vu cs101 Final Term - Quiz No.17.
To store rounded number of 8.6 in a variable called "r_number", we write __________.
r_numbers=Maths.rounds(8.6)
r_number= Math.rounds(8.6)
r_number=Math.round(8.6)
r_number=Maths.round(8.6)