Give the Syntax of If‐then statement
Answers
Answered by
1
Answer:
Elastic potential energy is energy stored as a result of applying a force to deform an elastic object. The energy is stored until the force is removed and the object springs back to its original shape, doing work in the process. The deformation could involve compressing, stretching or twisting the object.
Answered by
14
Answer:
Syntax. If the Boolean expression evaluates to true, then the if block will be executed, otherwise, the else block will be executed. C programming language assumes any non-zero and non-null values as true, and if it is either zero or null, then it is assumed as false value.
Similar questions