a <- 5
b <- 6
a + b
it should say 11, but in my console it says object (a) is not found. Do not know how to correct the problem. Any hekp would be great. Thank you
a <- 5
b <- 6
a + b. It did not give me the answer 11. It said that object (a) is not found