Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~205 People Reached
Favorite Forums
Member Avatar for Ismail Issa

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) { …

Member Avatar for JOSheaIV
0
93
Member Avatar for Ismail Issa

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 …

Member Avatar for ddanbe
0
112