No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
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; using System.Linq; namespace Discrete_Structures { public partial class Form1 : Form { int[] array2; int[] array1; int[] value; int num1; int num2; public Form1() { InitializeComponent(); } private void textBox1_TextChanged(object sender, EventArgs e) { …
Hey guys. i am new to c# and i was wondering if you could give me a hand. it is about sets.So far i have 3 textboxes,one for set a one for b and another for result.i also have 3 buttons one for union one for difference,element found in a …
The End.
Ismail Issa