COS1511 Assignment 2
#include bits/stdc++.h using namespace std; int col; int row; string p; string here; string name() { string here; cout"Enter full name:"endl; cinhere; return here; } int allOccupied(char arr[6][10]){ int count=0; for(int i=0;i6;i++){ for(int j=1;j10;j++) if(arr[i][j]=='X') count++;
Geschreven voor
- Instelling
- University of South Africa
- Vak
- COS1511
Documentinformatie
- Geüpload op
- 13 april 2022
- Aantal pagina's
- 9
- Geschreven in
- 2021/2022
- Type
- Tentamen (uitwerkingen)
- Bevat
- Vragen en antwoorden
Onderwerpen
-
cos1511 assignment 2