In C++
Write a void function Randomize that takes an array and its size as parameters and fills the array with random numbers between 0 and 100. Output the array after calling Randomize0 in mainO Show transcribed image text Write a void function Randomize that takes an array and its size as parameters and fills the array with random numbers between 0 and 100. Output the array after calling Randomize0 in mainO
Answer
#include <iostream>#include <cstdlib>#include
OR
OR