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
1 次查看(过去 30 天)
显示 更早的评论
function admit = eligible(v,q)
if v>=92 && q>=88
fprintf('admit')
end
1 个评论
Walter Roberson
2019-7-11
https://www.mathworks.com/matlabcentral/answers/471199-write-a-function-called-eligible-that-helps-the-admission-officer-of-the-graduate-school-decide-whet duplicate
回答(0 个)
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!