Introduction
In this lab, you will create a user input program in C. You will set up the development environment, write the basic program structure, implement user input for name and age, and then compile and run the program. The goal is to learn how to accept and process user input in a C program.
The lab guides you through the necessary steps, starting with setting up the development environment and creating a new C source file. You will then add the basic program structure, including the main function, and proceed to implement the functionality to accept user input for their name and age. Finally, you will compile and run the program to see the results.