Ok here is my problem..here is a section of code in a program im trying to create -note this is my first program-
int firstlabel = 0;
double firsttextbox = 0;
double result = 0;
firstlabel = int.Parse(label1.Text);
firsttextbox =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.