Question: DEBUG THIS CODE PLZ. ERRORS ON LINE 21 and 26 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using
DEBUG THIS CODE PLZ. ERRORS ON LINE 21 and 26
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
namespace FixedDebugThree2 { public partial class Form1 : Form { public Form1() { InitializeComponent(); }
private void HelloButton_Click(object sender, EventArgs e) { outputLabel = "Goodbye, " + textBox1.Text + "!"; }
private void GoodbyeButton_Click(object sender, EventArgs e) { outputLabel = "Goodbye, " + textBox1.Text + "!"; } } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
