Finalizing Pset1 of cs50
Pretty happy with how easily I am getting used to C and how my program to print a pyramid of ### worked. I did it without looking at the walk through. I am sure it is not optimal, but works fine! Will refine it a bit with comments.
Note: After looking at walk through I see that for input instead of a while loop I can use a DO, while loop like below.
I also finished the Change problem in a way that I like a lot without using loops, just modulo: