# Introduction In this lab, you will learn how to calculate the area of a triangle using C programming. The lab consists of three main steps: reading the base and height of the triangle, computing the area using the formula Area = 0.5 _ Base _ Height, and printing the calculated area. By the end of this lab, you will have a solid understanding of how to perform basic geometry calculations in C.
Click the virtual machine below to start practicing