What's new

Closed Visual basic

Status
Not open for further replies.

ronsky101

Addict
Joined
Jul 30, 2016
Posts
15
Reaction
0
Points
65
Penge po codes ng program niyo kuys need lang for the requirement kahit sample program kahit ano
 
Meron kang code sa calc?
x = CInt(TextBox1.Text)
y = CInt(TextBox2.Text)

Add(Button)
Label4.Text = (x + y)

Sub(Button)
Label4.Text = (x - y)

Mult (Button)
Label4.Text = (x * y)

Div (Button)
Label4.Text = (x / y)

Exponent(Button)
Label4.Text = (x ^ y)
 
Status
Not open for further replies.

Similar threads

Back
Top