C++ Program to Add Two Numbersdownload C++ source code file
here we declared a,b,c as double type variables so that we can add the numbers in high precision . "iomanip " is used for making the program good looking, we can use setw(), endl, etc, by including "iomanip" header file.
here we declared a,b,c as double type variables so that we can add the numbers in high precision . "iomanip " is used for making the program good looking, we can use setw(), endl, etc, by including "iomanip" header file.
Comments