Q#1. Sort and find the 3rd lowest price number Write a C++ program to create an array of size 10 and initialize with 10
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Q#1. Sort and find the 3rd lowest price number Write a C++ program to create an array of size 10 and initialize with 10
Q#1. Sort and find the 3rd lowest price number Write a C++ program to create an array of size 10 and initialize with 10 numbers, sort the numbers in ascending order and then find the 3rd smallest number. Sample Run The Numbers 70 20 40 10 25 100 35 90 80 50 The Sorted numbers 10 20 25 35 40 50 70 80 90 100 The 3rd Smallest number is 25
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!