8. Write a program using procedures / functions to create a dynamic array of integers given its size, then fill it with random numbers in the range 100 – 1000, then print it and then check whether a given integer in the same range is there in the array.
8. Write a program using procedures / functions to create a dynamic array of integers given its size, then fill it with random numbers in the range 100 – 1000, then print it and then check whether a given integer in the same range is there in the array.
Share