Unless a using statement is added to include the Math class, calls to members like Round( ), Max( ), and Exp( ), must be called using the class name, because they are all ____.
A. static methods
B. objects
C. predefined methods
D. private methods
Answer: A
Computer Science & Information Technology