Across
- 2. Loop Used to iterate over a sequence (such as a list, string, or range) for a specific number of times
- 3. used to define a reusable block of code that performs a specific
- 5. loop used to iterate over a sequence
- 6. Used to store multiple values in a single variable.
- 8. Used in a function to specify the value that should be returned to the caller.
- 10. used to store and manipulate data.
Down
- 1. used to display output or information on the screen
- 4. used to accept user input users input keyboard or other input device
- 7. used for conditional branching in the program
- 9. loop used to repeatedly execute a block of code as long as a given condition is true
