cs508 Assignment Solution
cs508 Assignment Solution
Total Marks: 15
Assignment No. 01
Semester: Fall 2024 Due Date: 8-11-2024
Vu ID: BC20041678
Muhammad Umar
(print-student-info)
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.
Ans
Yes.
The keywords that can clearly define the structure and reduce the risk of errors due to indentation in Ada are
"begin" and "end." These are the only keywords.
Good Luck!