Solved

Public Static Int Abs(int)

Question 63

Multiple Choice

public static int Abs(int)
Which of the following would be a valid call to the above method?


A) answer = Abs(-23) ;
B) answer = int Math.Abs(-23)
C) answer = Math.Abs(-23)
D) answer = int Abs(-23)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions