Computer Science, asked by knowthis4405, 1 year ago

Matlab % this script asks the user for a type of pizza mypick = menu('pick a pizza','cheese','shroom','sausage'); switch mypick case 1 disp('order a cheese pizza') case 2 disp('order a mushroom pizza') case 3 disp('order a sausage pizza') otherwise disp('no pizza for us today') end

Answers

Answered by dhunganapiyush
3

If you want a program then

I hope it might help you

Plz mark as the brainliest

Attachments:
Similar questions