Option Explicit
Dim a as integer
Dim b as integer
Dim c as integer
Dim result as integer
a=val(text1.text)
b=val(text2.text)
c=val(text3.text)
result=a+b+c
'now we want to push the result to another text box ,below code insert into the button click event
text4.text=result
text1.text=""
text2.text=""
text3.text=""
Rename the cmd button
As sum.
And run the program by pressing F5 key.
Chat with our AI personalities
using class
shared sub main()
dim s as integer=10
dim g as integer=20
system.console.writeline(s+g)
end sub
end class
"Mean" usually means "average", so you just add the numbers together, then divide by 8.
program that take three decimal number as input and find the largest among them in assembly language
#include
you cant for free, but i was looking round to find what language games are written in and most are in C/C++
find even number in array