This document summarizes Lab 3 of the CS106 Fundamentals of Computer Science course presented by TA Nada Kamel. The lab covers arithmetic operators, operator precedence, the modulus operator, and libraries like <cmath> and <iomanip>. It includes examples of calculating powers and trigonometric functions from <cmath> as well as using setprecision and setw from <iomanip>. Hands-on problems involve sharing chocolate bars, converting seconds to hours and minutes, and reversing a 4-digit number.