Commands
Across
- 2. Used to repeatedly execute a block of code as long as a given condition is true.
- 3. Used to store key-value pairs.
- 5. Used to display output or information on the scre
- 8. Used to store multiple values in a single variable.
- 9. Used to iterate over a sequence
- 10. Used to store and manipulate data.
Down
- 1. Used to define a reusable block of code that performs a specific task.
- 4. Used to accept user input from the keyboard or other input devices.
- 6. Used for conditional branching in the program.
- 7. Used in a function to specify the value that should be returned to the caller.