필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 3 (최근 30일)
function admit = eligible(v,q)
if v>=92 && q>=88
fprintf('admit')
end
  댓글 수: 2
Walter Roberson
Walter Roberson 2019년 7월 11일
What is your question?
And where are you assigning a value to the output variable?
Walter Roberson
Walter Roberson 2019년 7월 11일
Replaced by https://www.mathworks.com/matlabcentral/answers/471264-write-a-function-called-eligible-that-helps-the-admission-officer-of-the-graduate-school-decide-whet

답변 (0개)

이 질문은 마감되었습니다.

태그

제품


릴리스

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by