MCQs > Engineering & Manufacturing > Data Analytics > Find the output of the following R programming language code. z1 <- c(7,5,8,4,4,16) z2 <- c(9,6) add.result <- 21+22 print(add.result) sub.result <- 21-22 print(sub.result)

Data Analytics MCQs

Find the output of the following R programming language code.

z1 <- c(7,5,8,4,4,16)

z2 <- c(9,6)

add.result <- 21+22

print(add.result)

sub.result <- 21-22

print(sub.result)


Answer

Correct Answer:

[1]1611171013 22

[1] -2 -1 -1 -2 -5 10 


Explanation:

Note: This Question is unanswered, help us to find answer for this one

Data Analytics Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Data Analytics Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it