SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- for(int i = 1, int i < 5; i++) {
- switch(i) {
- case 1:
- cout << "Lab 1: ";
- for(int j = 1; j < 6; j++)
- cout << "station " << j << "user " lab1[j-1] << ", ";
- break;
- case 2:
- cout << "Lab 2: ";
- for(int j = 1; j < 7; j++)
- cout << "station " << j << "user " lab1[j-1] << ", ";
- break;
- case 3:
- cout << "Lab 3: ";
- for(int j = 1; j < 4; j++)
- cout << "station " << j << "user " lab1[j-1] << ", ";
- break;
- case 4:
- cout << "Lab 4: ";
- for(int j = 1; j < 5; j++)
- cout << "station " << j << "user " lab1[j-1] << ", ";
- break;
- }
- }
RAW Paste Data