Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
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 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
function admit = eligible(v,q)
if v>=92 && q>=88
fprintf('admit')
end
2 Commenti
Walter Roberson
il 11 Lug 2019
What is your question?
And where are you assigning a value to the output variable?
Walter Roberson
il 11 Lug 2019
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
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!