Question: 3. Create new source code file named main.lisp and type the following code in it (setq x 10) (setq y 34.567) (setq ch nil) (setq

3. Create new source code file named main.lisp and type the following code in it (setq x 10) (setq y 34.567) (setq ch nil) (setq n 123.78) (setq bg 11.02+4) (setq r 124/2) (print x) (print y) (print n) (print ch) (print bg) (print r) 4. Write a code to check the types of the variables used in the previous
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
