please tell the answer
all long questions
please don't spam 100 points question otherwise the question is reported
Answers
hi
1..
conditions expression are features of programming language, which perform different computations or actions depending on whether a programmer specified boolean condition evaluates to true or false.
2..
Nesting means using one if - else construct within another one. When a condition is true then it will process the IF block otherwise it will process an else block. In the case the condition is true hence the If block is executed and the value is printed on the output screen.
3..
A combination of some conditions that direct the body of the loop to execute until the specified condition becomes false .
It is used to reduce the code.
4..
a. sequence control statement
b. selection or decision control statement
c. repetition or loop control statement
d. case control statement
please mark thanks and brainliest
Answer -
____________________________________
- Conditional Expression - In computer science, conditional statements, conditional expressions and conditional constructs are features of a programming language, which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false.
- Looping - In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number
____________________________________
→ Hope it will help you ❣️❣️