Programming fundamentals

123456789101112
Across
  1. 4. Key to success
  2. 5. a value that does not change
  3. 7. I terminate the loop
  4. 8. method used to compare two strings returns integer value
  5. 11. skip the rest part of the loop body and go for next iteration
  6. 12. a group of homogeneous elements
Down
  1. 1. A group of characters
  2. 2. can store a value
  3. 3. method which marks the starting point of a program
  4. 6. represents type of value stored in a variable
  5. 7. A data type with two possible values
  6. 9. a bottom tested loop
  7. 10. A string function to find character at a specific position