response 1
simply a response to a discussion board 100 words.
The if and else statements are selection statements that are used in the selection structure control structure. Selection statements allow programs the ability to choose a path based off a condition. The if statement alone offers just a true path. A condition is either met or not met. As an example, if the condition is true then an action is performed, an output displayed, etc. On the contrary, if false, nothing happens. The else statement entered after the if statement allows a program to make decisions based off a true or false path. As an example, if the condition is true then an action is performed, an output is displayed, etc. If false, a different action is performed, a different output is displayed, etc. Then, there nested if and else statements which are if and else statements placed inside other if and else statements allowing for multiple conditions to be met or not met.
Needs help with similar assignment?
We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

