Private Sub ClearLabels()
' clears the contents from the labels that display subtotal, tax, and total due
lblSubtotal.Text = String.Empty
lblSalesTax.Text = String.Empty
lblTotal.Text = String.Empty
End Sub
Private Sub btnCalc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalc.Click
' displays the cost of doughnuts and coffee
Dim decSubtotal As Decimal
Dim decSalesTax As Decimal
Dim decTaxRate As Decimal = 0.03
Dim decTotal As Decimal
'calculates the cost of doughnuts
If radGlazed.Checked Then
decSubtotal += 0.65
ElseIf radSugar.Checked Then
decSubtotal += 0.65
ElseIf radChocolate.Checked Then
decSubtotal += 0.85
ElseIf radFilled.Checked Then
decSubtotal += 1.0
End If
' calculates the cost of coffee
If radNone.Checked = True Then
' do nothing
ElseIf radRegular.Checked = True Then
decSubtotal += 1.8
ElseIf radCappuccino.Checked = True Then
decSubtotal += 2.5
End If
' calculate the sales tax
decSalesTax = decTaxRate * decSubtotal
' calculates the price of a doughnut and coffee
lblSubtotal.Text = decSubtotal.ToString("C2")
lblSalesTax.Text = decSalesTax.ToString("C2")
lblTotal.Text = decTotal.ToString("C2")
End Sub
BASURA DONUT
donut
The Manhattan Project .
the codes are BASURA for the flea SUPERSPIN for buana girl and DONUT for mocha
There are no creators of VideoLan as this is an open source project. What this means is that anyone with internet access may access and modify the source code file of this program.
The Manhattan Project .
The code for quest cape in project catastrophe is 2740. Project catastrophe is a RSPS community server used for gaming purposes and was created by Alex and Andrew.
cupcake why would anyone give you a code
the code is 1993
there is no code for meez!
Here is the link to the code repository on GitHub for the project: insert link here
The Manhattan Project IS the codename. So no, there is not.