Computer Science, asked by Anonymous, 4 months ago

Please help it's urgent
Tomorrow is my exam
Chapter Conditional Statements and Loops
Class 9th
Please don't post irrelevant or unrelated answers to the question otherwise 20 answers will be deleted​

Attachments:

Answers

Answered by Unnimayakavirajan
1

Answer:

5.b

6.d

Explanation:

5-ans:reduce the code by iteration

6-ans:If else are used for iteration

if(condition true)

print("True")

else

print ("false")

Answered by Equestriadash
16

3. (b) It allows the code to be simplified by removing duplicate steps

4. (c) FOR and WHILE

  • Iteration/Looping statements are those statements used to do repeated checking until it reaches a certain condition, or it meets the requirement of a given condition.

  • It is also known as the repeated execution of a given set of statements.

  • For loops can be used to iterate over strings, ranges, dictionaries, lists and even dictionaries.

  • While loops iterate as long as the given test expression results to True.

Equestriadash: Thanks for the Brainliest!
Similar questions