フィルターのクリア

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 日間)
Moeez ur Rehman Qureshi
Moeez ur Rehman Qureshi 2019 年 7 月 11 日
閉鎖済み: Walter Roberson 2019 年 7 月 11 日
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