Operators Operations Application Name: FLastnameChartingI3De…

Operators Operations Application Name: FLastnameChartingI3Description:  Write a C program that takes an integer input from the user and determines: If the number is positive or negative. If the number is even or odd. If the number is a multiple of both 2 and 3 (i.e., divisible by 6). Use the ternary conditional operator (? 🙂 and incorporate logical operators (&&, ||, !) where appropriate. . Include comments throughout. Requirements: Get input from user Use conditional operator with relational statements to do #1 and #2 above. Use conditional operator with relational statements and a logical operator to do # 3 above. The input/output should be similar to the following: Example 1 Input Enter an integer User enters 30 Output Positive Even Divisible by 2 and 3 Example 2 Input Enter an Integer User enters -7 Output Negative Odd Not divisible by 2 and 3

TS decides to walk around the park for 30 minutes followed b…

TS decides to walk around the park for 30 minutes followed by a 30 minute swim at the clubhouse pool. It is 80 degrees outside with a humidity level of 25%. Total weight lost after finishing the entire “workout” is 1 lb.  What type of and how much fluid should be consumed to replace what was lost?