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
~403 People Reached
Favorite Forums
Member Avatar for mano100

Hi guys, can some one help to see what is problem with below code. I am newbie to C#: Thanks ================================================================================= [code] using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Lesson4Inheritance2 { class Student { public static void Main(string[] args) { private int registrationNumber; private string name; private DateTime …

Member Avatar for mano100
0
403