Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. int count = 1;
  2.  
  3. private void button_Click(object sender, RoutedEventArgs e)
  4. {
  5. string start = textBox.Text;
  6. double tal = Convert.ToDouble(start);
  7.  
  8.  
  9. textBlock.Text = "Sum:" + " ";
  10. textBlock1.Text = "Count:" + " " + count++;
  11. textBlock2.Text = "Average:" + " ";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement