hello , i am trying to program for school an upside down triangle .
so far succeded but have some problem with it.
first one is that the rows of the triangle goes like this : (exp- 5,3,1)
and not 5,4,3,2,1.
second one is that when i tried to make boundries {} to the loops (for)
the code changes to a different thing than it was without the boundries {}
i would like to have help with it .
thank you all .