DSA-LAB_02 (One dimensional Array )
DSA-LAB_02 (One dimensional Array )
Objective:
Discuss one dimensional Array. Write C++ to declare and print elements of one dimensional
Array.
Theory:
In this Lab, we will introduce the array, a homogeneous data type also used to represent a
group of data. This data type might be used to store many items of the same type as a
conceptual unit. For example, all of the scores made on a test by students in a data structure
and algorithm class might be stored in an array, or the names of students are stored in an
array.
Lab Objectives:
Introduction:
Name: _____
Roll #: _____
Date: _____
Lab Teacher