CLISP Exercises
- Write CLISP code to print out all the prime numbers up to 1000
- Write CLISP code for calculating square of an integer number, say 5, using function.
- Write CLISP code for calculating factorial of an integer number using function.
- Write CLISP code to print first 5 natural numbers using function
- Write CLISP code to calculate the average marks of 5 subjects, obtained by a student where marks are present in an integer array
- Write CLISP code to print the contents of an integer array using function.
- Write CLISP code to find the greatest of three numbers?
- Write CLISP code to create a menu for arithmetic calculation like Sum, Difference, Product, Divide and program should stop execution only if user give '0' as the choice
- Write CLISP code to print the multiplication table for the user input
- Write CLISP code to perform SUM, DIFFERENCE, PRODUCT of two values
- Write a program to print a value and increment it by 5