Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~404 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mollyorgasm

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Xml; namespace WindowsFormsApplication2 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } List<Person> people = new List<Person>(); private void Form1_Load(object sender, EventArgs e) { string …

Member Avatar for ddanbe
0
255
Member Avatar for mollyorgasm

i need help with my code Give the class methods to provide name and SID to a newly created Object (a constructor) and a method to determine the Grade of a piece of work. and to Write a Main method in another class which creates an instance of this class …

Member Avatar for castajiz_2
0
149