Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
int textval = Convert.ToInt32(textBox1.Text);
int newval = textval - textval * Convert.ToInt32("12") / 100;
textBox1.Text = newval.ToString();
string s = 1;
string s = 1.ToString();