create or replace procedure test_score(input in number,output out char) is begin then begin output := 'A'; end; end if; then begin output := 'B'; end; end if; then begin output := 'C'; end; end if; then begin output := 'D'; end; end if; then begin ou…