Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~519 People Reached
Favorite Forums
Favorite Tags
Member Avatar for rickbill

I wrote a console application that shows a survey of salespeople that earn a salary in a certain range based on their grossSales. I am not getting the right results. A salesperson makes $200 plus 9% commission on grossSales. when I enter $5000 grossSales I get the result of the …

Member Avatar for timothybard
0
99
Member Avatar for rickbill

I wrote a console application that shows a survey of salespeople that earn a salary in a certain range based on their grossSales. I am not getting the right results. A salesperson makes $200 plus 9% commission on grossSales. when I enter $5000 grossSales I get the result of the …

0
61
Member Avatar for rickbill

Public Class Form1 Dim coin As New Random Dim heads, tails, outcome As Integer Dim totals As Double Dim frequency As Decimal Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load heads = 0 tails = 0 totals = 0 End Sub Private Sub Button1_Click(ByVal sender As …

Member Avatar for rickbill
0
184
Member Avatar for rickbill

This is what I have so far. I need to let the program toss the coind each time the user presses the Toss button. Count the number of times each side of the coin appears. and display the results using heads and tails images. I am stuck Public Class Form1 …

Member Avatar for Darkangelchick
0
175