Question: Write a lisp function mytable that takes in one argument x and prints the table for it. Your program should print an appropriate message for

Write a lisp function mytable that takes in one argument x and prints the table for it. Your program should print an appropriate message for decimal as well as string values of x. Sample program output is shown below (mytable 2.3) Decimal values not allowed, please enter an integer (mytable 'dd) String values not allowed, please enter an integer (mytable 5) 1 5 10 5 3 15 5 4 20 5 5 25 5 630 5 7 35 5 8 40 5 9 45 5 10 50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
