SimpleMathExam.SimpleMathExam C# (CSharp) Method

SimpleMathExam() public method

public SimpleMathExam ( int problemsSolved ) : System
problemsSolved int
return System
    public SimpleMathExam(int problemsSolved)
    {
        this.ProblemsSolved = problemsSolved;
    }