Since 90/n is an integer, then the division of 90 by n should be an integer and the remaining should be 0
If n = 1 → 90/1 = 90
If n = 2 → 90/2 = 45
If n = 3 → 90/3 = 30
If n = 5 → 90/5 = 18
If n = 6 → 90/6 = 15
-------- -→ -------
if n = 90 → 90/90 = 1
So the maximum of n is 90 (answer D)