Question: Write MATLAB program that prompts the user for the number for times the user wants to flip a coin. Use inputdlg to prompt the user
Write MATLAB program that prompts the user for the number for times the user wants to flip a coin. Use inputdlg to prompt the user for the number of flips. Display only the final tally of heads and tails in a message box using msgbox. Your program will flip a virtual coin that number of times and return the following:
The number of times heads occurred.
The number of times tails occured.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
