1.

Find the number of diagonals in an n-sided polygon.

Answer»

`N^2`
`(n(n-3))/(2)`
`n!`
`2^n`

ANSWER :B


Discussion

No Comment Found