The document contains 5 programming source codes written in C language with examples of their output. The first code calculates the sum of numbers from 1 to a user-input number. The second code prints a triangle of asterisks based on a user-input number of rows. The third code determines if a user-input number is prime. The fourth code calculates the sum of odd numbers from 1 to 10. The fifth code calculates the sum of two user-input integers and allows the user to try another calculation.