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
3
If you want a program then
I hope it might help you
Plz mark as the brainliest
Attachments:
![](https://hi-static.z-dn.net/files/d87/11985e93a28bf75706ff04353f00b1c9.jpg)
Similar questions