Vidyalelo
R Programming · Q83

Introduction to R Programming

Programming · R Programming · question 83

Q83

What will be the output of the following R code? options(digits = 16) 20/6

A.
3.33
B.
3.333
C.
3.3333333
D.
3.3333333333333333
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board