Hello. What's wrong with this nested if statement? thanks.

=if(N2=5,"Strongly Agree",if(N2=4, "Agree",if(N2=3,"Neutral"),if(N2=2,"Disagree", "Strongly Disagree")))