We will use the CodeBlocks programming environment in this class follow the download link and chose the appropriate download for your system. It is important to chose the appropriate version that includes the mingw compiler suite.
The requirement for this session is to create a program that prints your first & last name, the date, and your course section on 3 separate lines
Use the printf() function as shown in the Hello World! example along with the newline character '\n'.
Be sure to submit your program according to the naming convention.