Tuesday, April 30, 2024

📑 Logical Operators and Integers

📑 Task

1) What will the program print on the first and last lines?
2) Can you write functions that do the same actions with integers
and can be used in explanation of the result?

📑 Answer

1) 0 0 2 2 0 2 0 0 - the first line
2 9 9 2 0 11 2 36 - the last line
2)

No comments:

Post a Comment