PROGRAMMING WITH VBA - Practice Mode

1) Which function returns the integer portion of a number in VBA?
Correct Answer: Int()
2) Which function returns the hyperbolic cosine of the specified angle in VBA?
Correct Answer: Cosh()
3) Which mathematical function generates a random number in VBA?
Correct Answer: Rnd()
4) Which operators are concatenation operator in VBA?
Correct Answer: & and +
5) Which type of words cannot use for any other purpose in VBA?
Correct Answer: Keywords