Lab1 Report
Matthew Wyatt
2025-02-18
x<- 10 y<- 5
# Example: Simple arithmetic x <- 10 y <- 5 x + y
## [1] 15