CP1 - Unit 7.03/7.04 (Strings/Math classes) Crossword

123456789101112131415
Across
  1. 2. function that will concatenate (merge) strings
  2. 5. function that returns a Boolean value (true or false) after comparing the values of two strings
  3. 8. function that returns a copy of the string in lowercase
  4. 10. upper function returns a copy of the string in uppercase
  5. 11. function in the Math class that find the sign of a number
  6. 12. the class in Visual that gives the programmer access to basic string manipulations
  7. 14. function that removes all leading and trailing blanks from the string
  8. 15. An object accesses a member of its class with a ______between the object name and the member name
Down
  1. 1. the class in Visual Basic that gives the programmer access to basic math functions
  2. 3. when a class is used to create a variable, the variable is called this
  3. 4. classes include properties and methods called ______
  4. 6. function in the Math class that finds the absolute value of a number
  5. 7. function in the Math class that finds the square root of a number
  6. 9. property to obtain the length of a string
  7. 13. function in the Math class the rounds a number to a specified decimal place