Programming fundamentals

12345678910111213
Across
  1. 3. method which marks the starting point of a program
  2. 6. method used to compare two strings and returns integer value
  3. 7. represents type of value stored in a variable
  4. 8. a value that does not change
  5. 10. A group of characters
  6. 11. A string function to find character at a specific position
  7. 12. a bottom tested loop
  8. 13. statement which terminates the loop
Down
  1. 1. type of variable which can be accessed through class name
  2. 2. can store a value
  3. 4. Special conditions in a program leading to abnormal termination
  4. 5. A data type with two possible values
  5. 8. skips the rest part of the loop body and go for next iteration
  6. 9. a group of homogeneous elements