Quiz 4

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Air University Islamabad

Quiz No. 03 Fall, 2023

Subject: Programming Fundamentals Total Marks: 10


Course Code: CS111 Due Date: 4/12/2023
Class: BSCS-I Time: 6:35 - 6:50
Semester: Fall 2023 FM Name: Iqra Ali
Section: B FM Signature:
CLO-3 | PLO-3 |C3

Question: Imagine you are a software developer working on a project that


involves processing three-dimensional data. Your colleague hands you a three-
dimensional array containing information about a set of objects in a virtual
environment. Your task is to write a program to access and display the elements of
this 3D array. The information in the array represents various properties of the
objects, and your program should iterate through the array, printing out the details
for each object. This will help your team analyze and understand the characteristics
of the objects in the virtual environment. How would you approach this task?
Write a code snippet in your preferred programming language to achieve this.(10)

You might also like