What will be the output of the following code if the user enters zero (distance) and 2 (litres)? private void button1_Click(object { int distance, litres; double fuel Consumption; try { } } distance = litres = { = litres (100* distance); fuelConsumption L.Text = fuel Consumption.ToString(); This rese MessageBox.Show("Attempted to divide by zero"); MessageBox.Show("Invalid data entered"); MessageBox.Show("Goodbye");

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter11: More Object-oriented Programming Concepts
Section: Chapter Questions
Problem 11PE
icon
Related questions
Question

in visual c#

. What will be the output of the following code if the user enters zero (distance) and 2 (litres)?
distance)
private void button1_Click(object
{
int distance, litres;
double fuel Consumption;
}
try
{
Th
distance =
litres =
catch
{
}
{
}
}
catch (DivideByZeroException)
MessageBox.Show("Attempted to divide by zero");
urs
fresco
fuelConsumption = litres / (100 * distance);
fuelConsumptionL.Text = fuel Consumption.ToString();
MessageBox.Show("Invalid data entered");
MessageBox.Show("Goodbye");
Transcribed Image Text:. What will be the output of the following code if the user enters zero (distance) and 2 (litres)? distance) private void button1_Click(object { int distance, litres; double fuel Consumption; } try { Th distance = litres = catch { } { } } catch (DivideByZeroException) MessageBox.Show("Attempted to divide by zero"); urs fresco fuelConsumption = litres / (100 * distance); fuelConsumptionL.Text = fuel Consumption.ToString(); MessageBox.Show("Invalid data entered"); MessageBox.Show("Goodbye");
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Categorized Button
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT