# You'll write lots of code in this class.
# Right now it might look like non-sense:
x <- 10
# But it's super powerful
square <- function(a) {
return (a*a)
}
# Any guess what y is?
y <- square(x)
Largest changes in life exp. |
---|
Maldives (+42) |
Bhutan (+35) |
# You'll write code to do this!