1. Write a function MAKE-EVEN that makes an odd number even by adding 1 to it. If the input is already even then it should be returned unchanged.
2. Take roll number of a student as input and return the name if present in the college register (consider the total number of students to be 5). If roll number is not present then inform the user. Use COND for this question.
No comments:
Post a Comment