Question: The vectors a , b , and c have been defined for you from the following commands: a - c ( 1 L , I

The vectors a,b, and c have been defined for you from the following commands:
a - c(1L , "I am a character")
b - c(TRUE, "Hello")
c-c(FALSE,2)
Which statement is correct about type conversion?
() Instructions
Possible answers
a is a character vector, b is an logical vector, c is a numeric vector.
a is an integer vector, b is an character vector, c is a logical vector.
a is a character vector, b is a character vector, c is a numeric vector.
The vectors a , b , and c have been defined for

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!