0% found this document useful (0 votes)
2 views2 pages

Array Programs2

The document outlines programming tasks that involve sorting and matrix operations. It includes instructions for implementing bubble sort and selection sort on arrays of integers, as well as operations on a 5x5 integer matrix to calculate the sum and identify the largest and smallest numbers. These tasks are intended for practice in programming and algorithm development.

Uploaded by

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

Array Programs2

The document outlines programming tasks that involve sorting and matrix operations. It includes instructions for implementing bubble sort and selection sort on arrays of integers, as well as operations on a 5x5 integer matrix to calculate the sum and identify the largest and smallest numbers. These tasks are intended for practice in programming and algorithm development.

Uploaded by

jaitiarora6
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

P-8)

P-9)

P-10) Write a program to input 15 integer elements in an array and sort them in ascending order
using the bubble sort technique.
P-11) Write a program to input 15 integer elements in an array and sort them in ascending order
using the selection sort technique.
P-12) Write a program to input numbers into a 5×5 integer matrix and find the sum of all numbers
in it.
P-13) Write a program to input numbers into a 5×5 integer matrix and print the largest and smallest
number from it.
P-14)
P-8)

P-9)

P-10) Write a program to input 15 integer elements in an array and sort them in ascending order
using the bubble sort technique.
P-11) Write a program to input 15 integer elements in an array and sort them in ascending order
using the selection sort technique.
P-12) Write a program to input numbers into a 5×5 integer matrix and find the sum of all numbers
in it.
P-13) Write a program to input numbers into a 5×5 integer matrix and print the largest and smallest
number from it.
P-14)

You might also like