Posts

C++ program to reverse an array within given indexes using recursion (logic explained)

C++ code to calculate body fat of a person (Logic explained)

C++ program to find roots of quadratic equation ax2 + bx + c=0 (with algorithm)

C++ program to calculate total fuel consumption of a month with dummy data (with algorithm)

C++ code for Currency converter (with algorithm)