| Title | Given a two-dimensional array of integers, a row index r, and a column index c, return the sum of all elements in the given row and column. |
| Catalog Type | SLCItem |
| Persistent ID | https://codecheck.io/files/horstmann/codecheck-python-LoopsAlongaRoworColumn-4 |
| Platform Name | CodeCheck |
| Features | Code Completion |
| Description | Given a two-dimensional array of integers, a row index r, and a column index c, return the sum of all elements in the given row and column. The element where the row and column meet should only be included once. |
| Keywords | Two-Dimensional Arrays, Loops Along a Row or Column |
| Author | Cay Horstmann |
| Institution | San José State University |
| Iframe URL | https://codecheck.io/files/horstmann/codecheck-python-LoopsAlongaRoworColumn-4 |
| Protocol | SPLICE, LTI 1.1 |
| Protocol URL | |
| License | https://creativecommons.org/licenses/by-nc-nd/4.0/ |
| Programming Language | Python |
| Natural Language | en |