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

Programming Fundamental

Course Code: CSC131/ SEN131/ CSC102

Assignment Submission 21st May


Tuesday
#3 Date 2024

Question # 1 (2.5 points)

Take 10 integer inputs from user and store them in an array. Again ask user to
give a number. Now, tell user whether that number is present in array or not.

Question # 2 (2.5 points)

Take 10 integer inputs from user and store them in an array. Now, copy all the
elements in another array but in reverse order.

Question # 3 (2.5 points)

Write a C++ program to declare an integer two-dimensional array with size 5x5.

Question # 4 (2.5 points)


Write a C++ program to declare 2D arrays to perform matrix addition and print
the result.

17.05.2024

You might also like