Calculate area in C++ | Function overload

WAP to calculate area of circle(radius), rectangle(l,b), triangle(a,b,c) using function overloading c++. Function overloading in C++ is a feature in c++ where two or more …

Read more

WAP to add and subtract 2 numbers

WAP to add and subtract 2 numbers in c++ Add and Subtract using a function in c++ Output: Enter two numbers:43Sum: 7Sub: 1