Quiz 01
1. Declare three integer variables named length, width, and area. Assign 2 to the length variable, 75 to the width variable, and then assign the area of a rectangle of this length and width to the area variable using an expression.
2. List the names of 5 types.