namespace Project_Calculator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void textBox1_TextChanged(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
}
}
}
Im expecting to get an output with one text box for numerical operation MDAS and one button for equals sign.
Welcome to Stack Overflow. Please describe the problem you’re having. What have you tried, and what troubles did you encounter? Please edit your post to include a valid question that we can answer. Reminder: make sure you know what is on-topic; asking us to write the program for you, opinions, and external links are off-topic.