Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Write a function who complies an array.

0 votes
asked Feb 25, 2019 by Leo alfa (120 points)
Hi everyone,

As in the title, I have to develop a function capable of constructing an array of integers, starting from an array of integer integers, consisting of all numerical values (of the starting array) smaller than a given numerical value. The function must not modify the starting array.

I am stuck, thanks.

1 Answer

0 votes
answered Feb 25, 2019 by Palo Juegos (140 points)
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...