Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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!

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional IPhone And IPad Database Application Programming

Authors: Patrick Alessi

1st Edition

0470636173, 978-0470636176

More Books

Students also viewed these Databases questions