Dynamic Arrays

I am so confused here, I need to make a program that I have four computer labs.
Lab 1 has 1-5 stations
Lab 2 has 1-6 stations
Lab 3 has 1-4 stations
Lab 4 has 1-3 stations

I started it, but I don't think its right. Could someone please help me get it started and the middle part??? I am so confused on this and I'm getting really frustrated.. Any help would be greatly appreciated... Thank you very much.

- Amber


HERE IS WHAT I GOT SO FAR, but I don't think its right:

#include<iostream>

using namespace std;


int main()
{
int lab1, lab2, lab3, lab4;

return 0;
}
Topic archived. No new replies allowed.