Explanation Part Wrong

The explanation part of the problem is wrong.

what explanation are you referring to ? please elaborate your doubt

Problem: Hollow Rhombus Pattern Given Explanation: "For any input N. First line contains 4 space and then 5 {} and then the second line contains according to the output format." Correct Explanation: "For any input N. First line contains N-1 spaces and then N {} "

no its correct .why do u think its wrong

Because if there were 4 spaces available then how would the rhombus be complete for n>5
because if n was say 10 then after space was 0 on the fifth line the rhombus would need an extra space on the left. how would that be possible?