Write a function called eligible that helps the admission officer of the Graduate School decide whether the applicant is eligible for admission based on GRE scores. The function takes two positive scalars called v and q as in
function admit=eligible(v,q);
if v>=92 && q>=88;
fprintf(‘true’)
else
fprintf(‘false’)
endfunction admit=eligible(v,q);
if v>=92 && q>=88;
fprintf(‘true’)
else
fprintf(‘false’)
end function admit=eligible(v,q);
if v>=92 && q>=88;
fprintf(‘true’)
else
fprintf(‘false’)
end if statement, homework, soft-lock, no more answers please! MATLAB Answers — New Questions