You are passing the user input to the output label:

outputLabel.Text = Fat.ToString("n1");

You need to pass the calories value to the output lable:

outputLabel.Text =...