% Name : % GT Number : % Lab : Lab 4 - fibonacci Function % Course : cs1321 % Instructor : % Lecture Time : % % This function will return the indicated term in the fibonacci sequence. % % This is the standard function header, keep in mind that your result % will be named answer and the parameter the function takes in is named % term (which represents the term in the sequence to find, you may assume % that term will always be an integer >= 0) function answer = fibonacci(term)