blah blah blah is here! blah blah » Close

0
votes
3 answers

C# return and IF problem

Tried this and it gives me an "unassigned local variable" on the return returnvalue; public bool enrolCheck(Paper p, Student s) { bool returnvalue; for (int i = 0; i < papersEnrolled.Count; i++) { string names = p ...

Feedback