What will be printed by the following statement if the value…
What will be printed by the following statement if the value of the select is ‘Q’: switch (select) case {‘Q’, ‘q’} disp(‘quit’); case {‘R’, ‘r’} disp(‘redo’); case {‘P’, ‘p’} disp(‘play ‘); otherwise disp(‘other ‘); end
Read Details