Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
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 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Moeez ur Rehman Qureshi
el 11 de Jul. de 2019
Cerrada: Walter Roberson
el 11 de Jul. de 2019
function admit = eligible(v,q)
if v>=92 && q>=88
fprintf('admit')
end
1 comentario
Walter Roberson
el 11 de Jul. de 2019
https://www.mathworks.com/matlabcentral/answers/471199-write-a-function-called-eligible-that-helps-the-admission-officer-of-the-graduate-school-decide-whet duplicate
Respuestas (0)
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!