Vidyalelo
R Programming · Q17

R Programming Basics

Programming · R Programming · question 17

Q17

In R, what does the function toupper("hello") return?

A.
"HELLO"
Answer
B.
"hello"
C.
"hElLo"
D.
"Hello"

Answer: Option A

Solution

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