Horje
Not c++ Code Example
Not c++
#include<iostream>
using namespace std;
int main(){
	int a;
    cin>>a;
    if(!((a >= 20 && a <= 30) || (a > 0 && a < 10))){
    	cout<<"Dentro!";
   	}
   	else{
		cout<<"Fuori!";
	}
}




Cpp

Related
c++ program to find size of int, float, double and char Code Example c++ program to find size of int, float, double and char Code Example
jquery datepicker default date not working Code Example jquery datepicker default date not working Code Example
ex: java script Code Example ex: java script Code Example
transpose function example in c++ Code Example transpose function example in c++ Code Example
QT form doesn't take changes Code Example QT form doesn't take changes Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9