0
votes
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 ...
