please give me the answer its too important.
if you also know 1 answer please tell
Attachments:
![](https://hi-static.z-dn.net/files/de8/de4eae96537b18df82b52a7bd8a4e985.jpg)
Answers
Answered by
1
Answer:
sorry I know only 2 and 4
Explanation:
2) if statement executes a function such as boolean if the statement is true.
if else statements is same, but if the statement is false then it will execute the function in else statement
4) I have written this in python
step 1 create a list.
numbers = [1,2,3,4,5,6,7,8,9,10]
step 2 create a for loop statement and an if and else statement. use the% symbol to receive the remainder, by dividing it by 2. if the remainder is 0, then the number is even, if rem is 1 then the num is odd
Similar questions