#include using namespace std; void Fib() { unsigned n; cout<<"Input n-th fibonacci number:"; cin>>n; /* if( n==0 || n==1) { cout<>x>>y; bool inRect = x>-1&& x< 1&& y<1 && y>=0; bool inCircle = x*x + y*y <= 4 && y>=0; if( !inRect && inCircle) cout<<"Inside \n"; else cout<<"Outside\n"; } void Digits() { int n; cin>>n; int tmp = n; if ( n==0 ) cout<<" '0' - 1"<>n; while( n != 0 ) { if( n%2 == 0) even ++; else odd++; cin>>n; } cout<< " Even numbers are "<