The following accepts an invalid answer, it should only accept (0), but accepts (4,0)
| Now try using evaluate() along with an anonymous function to return the last element of the vector c(8, 4, 0). Your anonymous function should only take one argument which should be a variable x.
The following accepts an invalid answer, it should only accept (0), but accepts (4,0)