Hi, i'm a new programmer and i'm stuck on this lab if anyone can help.
Basically, I have to implement a pyramid of additions. The elements of the pyramids are displayed as an array as you can see. I already did the first step which is to implement the triangle in c# as it had an rectangle form before. I basically made nested loops with conditions that says that columns cannot go past rows therefore always resulting in the same values as the rows.
Where i'm stuck is the part where I have to check the question marks and find all the missing numbers to complete the pyramid of additions. The missing arrows are basically replaced with -1, so how do I check each number and find the missing values using c# syntax?