please help me out on this program in OOP(c# console program)?
An applicant will be accepted to the Jedi knight Military Academy if he is at least 200 cm. Tall; age is between 21 and 25, inclusive;and a citizen of the Planet Endor. However, if the applicant is a recommendee of Jedi Master Obi wan,he is accepted automatically regardless of his height, age,citizenship.write a program that would input the applicant's height,age,citizenship code("C" for citizen of Endor,"N" for non citizen), and recommendee code("R") for recommendee,"N" for non-recommendee).And then output whether the applicant is accepted or rejected.