0% found this document useful (0 votes)
10 views3 pages

CS508 Assignment 1 Solution Fall 2024

Assignment
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views3 pages

CS508 Assignment 1 Solution Fall 2024

Assignment
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

GET MORE SOLUTIONS FILE FROM

VUAnswer.pk
CS508 ASSIGNMENT 1 SOLUTION FALL 2024

Due Date: 8-Nov-2024


Total Marks: 20

USE YOUR VU ID AND NAME IN QUESTION 1 SOL

FOR MORE CORRECT SOLUTIONS CONTACT


WHATSAPP +923162965677

Assignment Submission Instructions

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.

FOR MORE ASSIGNMENTS SOLUTIONS VISIT

VUAnswer.pk

You might also like