Task: Write a program that asks for a student's name and their three test grades. The program should output the student's average test grade.

Purpose: To integrate everything you have learned so far about input/output, data types, variable declarations, expressions, and assignment statements.