Note: (Restricted functionality due to obvious reasons!)

For Mobile-Ease ⇓

Minimal Code ( Raw-View ) :
#include<iostream> #include<conio.h> using namespace std; int main() { int height; cout<<" Enter height : "; cin>>height; return 0; }