Back To C++ Basic Index
// program to input two numbers or integers and display their values #include
#include
void main() { clrscr(); int a,b; cout<<"enter value for a "; cin>>a; cout<<"enter value for b"; cin>>b; cout<<"value of a is "<