CS508 Assignment 1 Solution Fall 2024
CS508 Assignment 1 Solution Fall 2024
VUAnswer.pk
CS508 ASSIGNMENT 1 SOLUTION FALL 2024
You need to use MS word document to prepare and submit the assignment on VU-LMS
Question 1:
Write a program in LISP to print your Student ID (e.g. BC12345) and your name.
Solution
(defun print-student-info ()
(format t "Student ID: BC123456789~%")
(format t "Name: Sarim~%"))
(print-student-info)
GET MORE SOLUTIONS FILE FROM
VUAnswer.pk
Question 1:
Can indentation issues be solved using the Ada programming language? Answer in "yes" or
"no." If answer is “yes” then write the keywords (at least 2) that can clearly define the structure,
reducing the risk of errors due to indentation.
Solution
Yes.
Keywords: begin, end.
GET MORE SOLUTIONS FILE FROM
VUAnswer.pk
REGARD - SARIM
WHATSAPP +923162965677
PLEASE NOTE:
Don't copy-paste the same answer.
Make sure you can make some changes to your solution file before
submitting copy paste solution will be marked zero.
If you found any mistake then correct yourself and inform me.
Before submitting an assignment must check your assignment requirement
file.
If you need some help or question about file and solutions feel free to ask.
VUAnswer.pk