Program to Check Wind Chill Factor : C Program

Wind Chill Factor is the felt air temperature on exposed skin due to wind. The wind chill temperature is always lower than the air temperature, and is calculated as per the following formula: wcf = 35.74 + 0.6215t + (0.4275-35.75)*v^0.16 where t is the temperature and v is the wind velocity . Write a programContinue reading “Program to Check Wind Chill Factor : C Program”

Finding Sum of the digits a 5-digit number entered by user

We are going to find the solution of the given problem in C language syntax :- In this solution we will use Modulus Operator(%) which returns the remainder after dividing the number. Algorithm of the Solution 1. Ask for the user to input the 5-digit number. 2. Declare variables for the number , all itsContinue reading “Finding Sum of the digits a 5-digit number entered by user”

Design a site like this with WordPress.com
Get started