TAK
This page lists questions and answers that were posted by visitors named TAK.
Questions
The following questions were asked by visitors named TAK.
Answers
The following answers were posted by visitors named TAK.
well srry i cannot answer your question
13 years ago
Private Sub btnEnter_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEnterData.Click Dim billAmount, percent As String Dim tip As Double billAmount = CStr(InputBox("Amount of Bill")) percent = CStr(InputBox("Amount of Tip")) t...
12 years ago