Where is your current code for this? What areas do you need help in? Start with step #1 and try to execute it, and so on. Comprehend each small piece at a time.
Yes, have you been able to figure any of it out? Do you need help getting going? You cannot just copy and paste an assignment in without explaining the problems your having completing it and expect it to be done by others.
I do know the first few steps as it's my first program to write so it's not that easy.
1)
#include<iostream.h>
void main()
{
int x;
int min;
int max;
cout<<please enter numbers;