You are on page 1of 1

CS 303 – Programming Fundamentals

ASSIGNMENT 04
Deadline: Monday, Jan 24, 2022
NOTE:
 Assignments should be handwritten.
 Use A4 size blank paper for assignments.
 Late assignments will not be considered.

Qno.1 Write a C++ Program to find maximum and minimum number in array.

Qno.2 Write a C++ Program to enter 5 numbers & display first and last only.

Qno.3 Write a C++ Program to reverse an array elements entered by user.

Qno.4 Write a C++ Program to Find Sum of Elements of an Array.

Qno.5 Write a C++ Program to Find Even & Odd Elements in Array.

Qno.6 Write a C++ Program to find sum of Even & Odd Elements in Array.

Qno.7 Write a C++ Program to delete element from Array.

Qno.8 Write a C++ program to insert element at specific position in array.

Qno.9 Write a C++ Program to Calculate Average of elements in an Arrays.

Qno.10 Write a C++ Program to add, subtract and multiply Two Arrays and store
the result in the third array, fourth array, and fifth array respectively, and then display
elements of all resulted arrays.

You might also like