In this tutorial we will write many some programs in which we will able to learn how to use variable in our program Programs that we will write are:
You can download file of the above program from here. download first program
first write basic turbo c++ program i.e.
We will suppose two numbres as integer there for we will write
int a,b;
rest of the program is demonstrated in the video below.
You can download file of the second program from here. download second program