# variable x: x = 10 # object y: y = c(5, 9, 3, 4, 1000) # multiplication: z = x * y # sum: summe = sum(z)