Question: Visual Basic Windows Forms.Net homework help! Problem 3 The third problem is to simulate flipping a coin 1000 times and indicating how many heads and
Visual Basic Windows Forms.Net homework help!




Problem 3 The third problem is to simulate flipping a coin 1000 times and indicating how many heads and how many tails you get. Note, you must simulate 1000 random flips which requires a loop of some kind. Display the results. The exit button should exit the app. Problem 3 Flip Coin 1000 times Number of Heads Number of Tails lblHeads blTails Exit 5 pts 5 pts . Tasks (100 possible) Design the form as above. Spend some time to align objects and lay thing out well. Properly Name all Objects. You only need to rename objects only if you need to reference them in the code. So you will need to rename 13 objects in this case. Add Comments at the top of each subroutine (but inside the subroutine) explaining what the subroutine does Have Object Strict On Put your name at the top of the form (Where is says Put your Name Here) Add color to the form (your choice of color) Do not have any empty stubs (you will lose 1 point for each) . 5 pts 5 pts 1 pts 4 pts . Problem 3 -Coin Flip When the user clicks on the Flip Coin 1000 Times button o Simulate flipping a coin 1000 times. o Indicate how many simulated head you had, and also how many simulated tails o If the user click the button again, reset your counter so the count always adds to 1000 10 pts 10 pts 5 pts
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
