subject

Private void btnCalculate_Click(object sender, System. EventArgs e) {
decimal weightInPounds = 0m;
try
{
weightInPounds = Convert. ToDecimal(txtPounds. Text);
if (weightInPounds > 0)
{
decimal weightInKilos = weightInPounds / 2.2m;
lblKilos. Text = weightInKilos. ToString("f2");
}
else
MessageBox. Show("Weight must be greater than 0.", "Entry error");
txtPounds. Focus();
}
catch(FormatException)
{
MessageBox. Show("Weight must be numeric.", "Entry error");
txtPounds. Focus();
}
}
If the user enters 118 in the text box and clicks the Calculate button, what does the code do?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
How does a policy manual an organization? a. it boost productivity. b. it create awareness in employees about the organization’s values. c. it employees achieve targets. d. it safeguards the organization from liabilities.
Answers: 1
question
Computers and Technology, 25.06.2019 06:00
In 2 to 3 sentences, describe how you would change the background of a group of cells
Answers: 1
question
Computers and Technology, 25.06.2019 09:30
Which of the following is a reason to include the people who will be using the new technology in conversations about technology upgrades for a business? a. the users would likely know if an upgrade would be necessary or even useful. b. the users would know more about the software than people in the it department. c. the users will be paying for the upgrades with their own money. d. the users will assume the upgrade will cause a drop in productivity.
Answers: 1
question
Computers and Technology, 25.06.2019 09:30
When recovering from a skid, make sure to as necessary to guide your vehicle toward the center of your lane. a. threshold steer b. counter steer c. oversteer d. understeer
Answers: 1
You know the right answer?
Private void btnCalculate_Click(object sender, System. EventArgs e) {
decimal weightInPounds...
Questions
question
English, 07.07.2019 11:00
question
Social Studies, 07.07.2019 11:00
question
Social Studies, 07.07.2019 11:00
Questions on the website: 13722360