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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!