1. Create a new vc project.
2. Add a header file.
3. Add the main function.
4. define int type variables sum, count.
5. Define double variable as double and perform forced type conversion.
6. Print the results with printf.
7. Compile and run the program.