101 reputation
3
bio website stackoverflow.com/users/…
location Connecticut
age
visits member for 4 months
seen Mar 18 at 18:59
stats profile views 1
public class DanMaguire
{
    public string profession;
    public string eduCollege;
    public string eduDegree;
    public string hobby1;
    public string hobby2;
    private string hobby3;

    public Person()
    {
        profession = "Software Engineer";
        eduCollege = "University of Connecticut";
        eduDegree = "Computer Science & Engineering";
        hobby1 = "Platform Games";
        hobby2 = "Baseball";
        hobby3 = "Vampire Diaries";
    }
}

0 Questions

This user has not asked any questions