This document provides an overview of a hands-on lab for a CMIS 102 class. The lab involves developing a C program to input and store meteorological data in arrays. The program will prompt the user to enter monthly rainfall over multiple years and print the stored data. The analysis section describes using arrays, loops, and functions to input, store, and output the data. A test plan provides sample input/output to verify the program is working properly. The C code implementation is also included, along with learning exercises for students to further develop the program.