Lab – 3 Arrays – dealing with 2D arrays using C programming
60-141 – Introduction to Programming II Objectives: Practice dealing with 2D arrays. Pre-requisite(s): - Read and review chapter 6. Manipulating a 2D array: 1. Create a two dimensional array (e.g. int A2D [ M ][ N ] ;) of size M x N to ...
Continue reading