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
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
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
Chemistry,
2 months ago
Science,
2 months ago
Geography,
2 months ago
Business Studies,
4 months ago
Social Sciences,
4 months ago
Math,
9 months ago
Science,
9 months ago