This projects is to …
The question to be explored in this project includes:
## [1] 7
# Prepare data
score = c(23, 45, 67, 56, 78)
# Summarize data
summary(score)
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 23.0 45.0 56.0 53.8 67.0 78.0
# Q1 code
x = 3
y = 4
z = x + y
z
# Q2 code
# Prepare data
score = c(23, 45, 67, 56, 78)
# Summarize data
summary(score)