# Introduction In this lab, you need to create a program that calculates the area of a right angled triangle using the formula area = 1/2 _ base _ height, taking two float inputs for base and height, and printing the resulting area.
Click the virtual machine below to start practicing