Use C++ Code Implement a function named largerThanN that accepts three arguments: an array of type int, the size of the array of type int, and an int number n. The function should display all of the numbers in the array that are greater than the number n. in the main() function create an array named numbers containing 10 integers : 30,20,50,2,-1,44,3,12,90,32 Ask the user to enter a number. Call the function largerThanN and pass the array, the size, and the number that the user entered.
Use C++ Code
Implement a function named largerThanN that accepts three arguments: an array of type int, the size of the array of type int, and an int number n.
The function should display all of the numbers in the array that are greater than the number n.
in the main() function create an array named numbers containing 10 integers : 30,20,50,2,-1,44,3,12,90,32
Ask the user to enter a number.
Call the function largerThanN and pass the array, the size, and the number that the user entered.
![](/static/compass_v2/shared-icons/check-mark.png)
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
I need flowchart for this question!
Use C++ Code
Implement a function named largerThanN that accepts three arguments: an array of type int, the size of the array of type int, and an int number n.
The function should display all of the numbers in the array that are greater than the number n.
in the main() function create an array named numbers containing 10 integers : 30,20,50,2,-1,44,3,12,90,32
Ask the user to enter a number.
Call the function largerThanN and pass the array, the size, and the number that the user entered.
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)