Triangle recursion

[Solved] Triangle with Java

[Solved] Triangle with Java

We have triangles made of wooden blocks. The topmost row has 1 block, the next row down has 2 blocks, the next row has 3 blocks, and so on. Compute recursively (no loops or multiplication) the total number of blocks…