This document summarizes Lab 5 of the CS106 course which covers multiway if/else statements, nested if/else statements, and switch structures. It includes examples of code using each structure and presents a hands-on problem to write a program that determines a student's academic standing based on their number of credit hours using nested if and switch structures. The document is presented by TA Nada Kamel.