Back To C++ Basic Index
// program to input an integer (or number) and display its value #include
#include
void main() { clrscr(); int a; cout<<"enter value for a"; cin>>a; cout<