buenas, etoy teniendo problemas con este ej, este es el comando que escribi
calif=56
switch calif
case{0:59}
nota='insuficiente'
case{60:75}
nota='aceptable'
case{76:90}
nota='bueno'
case{91:100}
nota='excelente'
otherwise
nota='escribiste algo mal'
end
cuando trato de ejecutarlo me dice "error: 'notas' undefined near line 1, column 1". "notas" es como llame al script, pero no entiendo que es lo que esta mal definido.