Write a C program that selects and displays the maximum value of five numbers to be entered when the program is executed.
a) Declare variables and assign values
b) Use if-else statements for comparison
c) Implement a loop for user input
d) Include input and output functions