Problem 1
Write a recursive function to find sum of even numbers from 2 to 50
- Writing function and explanation
Problem 2
What is structure? Explain how structures are different from Arrays
- Defining structure
- Stating difference from Arrays
Problem 3
Write a recursive program to solve Towers of Hanoi problem
- Writing program to solve Towers of Hanoi problem
- Writing output
Problem 4
Write a program to add two 3x3 matrices
- Writing program add two 3x3 matrices
- Writing output