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 00:00
Match each vocabulary word to its definition.1. desktoppicture used to represent acomputer application2. domainnetwork protectionsoftware code that can be viewed,3. iconmodified, and redistributed for freethe background screen on acomputer monitor4. url5. blogan online journalthe part of an internet address that6. firewallrefers to a group of computers on anetworkonline database of web pages7. intranetnetwork for use by an individual8. open address of a web page or9. wikiresource
Answers: 2
question
Computers and Technology, 22.06.2019 15:00
When designing content as part of your content marketing strategy, what does the "think" stage represent in the "see, think, do, care" framework?
Answers: 3
question
Computers and Technology, 23.06.2019 05:20
What did creator markus “notch" persson initially call his game
Answers: 1
question
Computers and Technology, 24.06.2019 15:00
Who introduced the concept of combining artificial and natural light in the studio
Answers: 1
You know the right answer?
Private void btnCalculate_Click(object sender, System. EventArgs e) {
decimal weightInPounds...
Questions
question
Mathematics, 01.11.2020 03:00
question
Mathematics, 01.11.2020 03:10
question
Mathematics, 01.11.2020 03:10
Questions on the website: 13722360