# include # include void main() { int a,b,x; clrscr(); cout<<"Enter the value of A="; cin>>a; cout<<"Enter the value of B="; cin>>b; x=a+b; cout<<"Total Is ="<