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

DSA Assigment 1

The document outlines an assignment for a Data Structure and Algorithm lab, submitted by Muhammad Farhad Umar to Ma’am Sabahat Sabir at the University of Sargodha. It requires writing a C++ program to manage student records using arrays and structures, including attributes for name, roll number, and marks. The program should allow input for up to three students and calculate their average marks for display.

Uploaded by

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

DSA Assigment 1

The document outlines an assignment for a Data Structure and Algorithm lab, submitted by Muhammad Farhad Umar to Ma’am Sabahat Sabir at the University of Sargodha. It requires writing a C++ program to manage student records using arrays and structures, including attributes for name, roll number, and marks. The program should allow input for up to three students and calculate their average marks for display.

Uploaded by

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

Assignment-I

Subject:

Data Structure and Algorithm (lab)

Submitted by:

Muhammad Farhad Umar


(BSCS51S24R008)

Submitted to:

Ma’am Sabahat Sabir

University Of Sargodha

Department of CS and IT
PROGRAM: Write a C++ program to store and display student records using arrays and
structures. The program should define a Student structure with three attributes: name (string),
rollNumber (integer), and marks (a float array of 3 subjects). The user should be able to enter
details for n students (1 ≤ n ≤ 3). After taking input, the program should calculate and display
the average marks of each student along with their details.

You might also like