Put the code you need help with here.
#include <iostream>
#include <ctime>
#include <cstdlib>
#include<stdio.h>
#include<conio.h>
void getMedium(int, int[]);
void getMode(int);
double getAverage(int, int[]);
using namespace std;
int main()
{
srand((unsigned)time(0));
int random_integer;
int lowest=1, highest=1000;
int range=(highest-lowest)+1;