#include<iostream> using namespace std; int main() { int num=10; cout<<"The Value of 'num' is "<<num; cout<<endl; return 0; }