Date: 2007-06-15

1: protected void Page_Load(object sender, EventArgs e) 2: { 3: double x = Math.Round(2.5); 4: double y = Math.Round(3.5); 5: ...